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

recipes/utils/rfkill/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: rfkill
pkgver: '1.0'
pkgrel: '2'
pkgdesc: 'Tool for enabling and disabling wireless devices'
url: 'http://wireless.kernel.org/en/users/Documentation/rfkill'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${pkgver}.tar.gz'
- 'rules.d'

sha256sums:
- SKIP
- SKIP

build: |
  cd ./${pkgname}-${pkgver}
  make
  make SBINDIR=/usr/bin DESTDIR=${PKGDIR} install
   install -Dm644 ../rules.d ${PKGDIR}/lib/udev/rules.d/60-rfkill.rules

package: |
  true