aboutsummaryrefslogtreecommitdiff
path: root/eiwd/abuild
blob: c9b02572ef40ded3ed9c431fac3318f38f6840e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name=eiwd
version=3.12
release=1
source="https://github.com/ioraff/${name}/releases/download/${version}-1/iwd-${version}.tar.xz
	$name.run
	iwd_passphrase
	main.conf"
sv="$name.run"
build_opt="--libexecdir=/usr/bin --disable-dbus"

postbuild() {
	cp $SRC/iwd_passphrase $PKG/usr/bin
	chmod 755 $PKG/usr/bin/iwd_passphrase
	
	mkdir -p $PKG/etc/iwd
	cp $SRC/main.conf $PKG/etc/iwd
}