forked from external/yambar
PKGBUILD: new
This commit is contained in:
parent
498a3e3d78
commit
383e03127a
1 changed files with 17 additions and 0 deletions
17
PKGBUILD
Normal file
17
PKGBUILD
Normal file
|
@ -0,0 +1,17 @@
|
|||
pkgname=f00bar
|
||||
pkgver=$(git describe --always)
|
||||
pkgrel=1
|
||||
pkgdesc="Simplistic and highly configurable status panel for X"
|
||||
arch=('x86_64')
|
||||
url=https://gitlab.com/dnkl/f00bar
|
||||
license=(mit)
|
||||
source=()
|
||||
|
||||
build() {
|
||||
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_INSTALL_PREFIX=/usr ../
|
||||
ninja
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="${pkgdir}/" ninja install
|
||||
}
|
Loading…
Add table
Reference in a new issue