aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/rover/abuild
blob: ced7e418467efdbae04266b8158831ccc41c56fc (plain)
1
2
3
4
5
6
7
8
9
10
name=rover
version=1.0.1
release=1
source="https://github.com/lecram/${name}/archive/v${version}/${name}-v${version}.tar.gz"

build() {
	make
	install -Dm755 rover -t $PKG/usr/bin/
	install -Dm644 rover.1 -t $PKG/usr/share/man/man1/
}