aboutsummaryrefslogtreecommitdiff
path: root/repos/core/spm/abuild
blob: b0dd508febae715a8bc06bb1b687245bbe2c58c6 (plain)
1
2
3
4
5
6
7
8
9
10
name=spm
version=20250304
_commit=2826ed41fcb5a127d2dd6028c4566e5a2220cb4a
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
}