aboutsummaryrefslogtreecommitdiff
path: root/repos/core/spm/abuild
blob: acbfc3a55a5445f2cc02f626ef59c9543ffc3bbb (plain)
1
2
3
4
5
6
7
8
9
10
name=spm
version=20250204
_commit=51f58123567aa84165fdbd6d2f0da97ddacd665b
release=1
source="$name-$_commit.tar.xz::https://codeberg.org/emmett1/spm/archive/$_commit.tar.gz"

build() {
	install -d $PKG/usr/bin
	cp spm $PKG/usr/bin
}