aboutsummaryrefslogtreecommitdiff
path: root/neuwm/abuild
blob: 5fcdce1ba64718937515a6c302e8d4bff43314ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name=neuwm
version=20260527
commit=95f6417e02aabbd1a0b0c7d1c6a1388930c29e30
release=1
source="https://git.sr.ht/~pfr/$name/archive/$commit.tar.gz
meson.patch"

build () {
	meson setup build -Dprefix=/usr
	ninja -C build
 	meson install -C build
}