aboutsummaryrefslogtreecommitdiff
path: root/spm/abuild
blob: 1e64b479758a544e37f411a29459022b3aa3ceb7 (plain)
1
2
3
4
5
6
7
8
name=spm
version=0.1
release=1
source="$name-$version.tar.xz::https://codeberg.org/emmett1/spm/archive/$version.tar.gz"

build() {
	make DESTDIR=$PKG install
}