blob: af22d3434e3c1d35feebe3a0f30d7dfb3d4ef666 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
name=muon
version=0.6.0
commit=745b10c08e8926fd55d6df17bfda04c17eb3a454
release=1
source="https://github.com/muon-build/$name/archive/$commit.tar.gz"
build() {
./bootstrap.sh build
build/muon-bootstrap setup -Dprefix=/usr -Dmeson-docs=disabled build
build/muon-bootstrap -C build samu
build/muon-bootstrap -C build install -d "$PKG"
}
|