mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 20:25:39 +02:00
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