🔒 Repository is read-only – file editing is disabled.

recipes/utils/hdparm/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: hdparm
pkgver: '9.65'
pkgrel: '3'
pkgdesc: 'The Hdparm package contains an utility that is useful for controlling ATA/IDE'
url: 'https://hdparm.sourceforge.net/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  make

package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR=${PKGDIR} sbindir=/usr/bin=/usr install