summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: de38bc94d3480de07684e8c138f310a529b49d80 (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=1
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://github.com/eworm-de/mkinitcpio-randommac.git#tag=${pkgver}?signed")
sha256sums=('SKIP')

package() {
	cd mkinitcpio-randommac/

	make DESTDIR="${pkgdir}" install
}