summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2fcd1c90d420d823ac46c6c5e3cda1872a697592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Christian Hesse <mail@eworm.de>

pkgname=mkinitcpio-randommac
pkgver=0.2.0
pkgrel=2
pkgdesc='Initialize network device with random mac address'
arch=('any')
depends=('macchanger')
makedepends=('git')
url='https://github.com/eworm-de/mkinitcpio-randommac'
license=('GPL')
install=mkinitcpio-randommac.install
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
source=("git+https://github.com/eworm-de/mkinitcpio-randommac.git#tag=${pkgver}?signed")
sha256sums=('SKIP')

package() {
	cd mkinitcpio-randommac/

	make DESTDIR="${pkgdir}" install
}