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

recipes/utils/macchanger/PAGBUILD.yaml main

18 linii Raw ← Powrót
123456789101112131415161718
pkgname: macchanger
pkgver: '1.7.0'
pkgrel: '3'
pkgdesc: Utility for viewing/manipulating the MAC address of network interfaces
url: 'http://www.gnu.org/software/macchanger'
arch: x86_64
depends: []
makedepends:
- autoconf
- texinfo
source:
- 'https://github.com/alobbs/macchanger/archive/${pkgver}.tar.gz'
sha256sums:
- 1d75c07a626321e07b48a5fe2dbefbdb98c3038bb8230923ba8d32bda5726e4f
build: "cd ${pkgname}-${pkgver}\n\n./autogen.sh\n\n./configure --prefix=/usr \\\n            --mandir=/usr/share/man \\\n\
  \            --infodir=/usr/share/info\n\nmake\nmake DESTDIR=${PKGDIR} install \n"
package: |
  true