summaryrefslogtreecommitdiff
path: root/templates/meson.xibuild
blob: 67ab5af50cd824c2f06dca3111867520a62cf3bf (plain)
1
2
3
4
5
6
7
8
9
10
build () {
    mkdir build &&
    cd build    &&
    meson --prefix=/usr .. &&
    ninja
}

package () {
    DESTDIR=$PKG_DEST ninja install
}