cruxports/sfwbar/Pkgfile

21 lines
549 B
Plaintext
Raw Normal View History

2022-08-28 11:04:52 +00:00
# Description: taskbar designed for stacking Wayland compositors
# URL: https://github.com/LBCrion/sfwbar
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: gtk-layer-shell json-c
name=sfwbar
2023-04-15 20:14:35 +00:00
version=1.0_beta10
2022-08-28 11:04:52 +00:00
release=1
source=(https://github.com/LBCrion/$name/archive/refs/tags/v$version.tar.gz)
renames=($name-$version.tar.gz)
build() {
2022-12-23 13:49:02 +00:00
cd ${name}*
2023-04-15 20:14:35 +00:00
2022-12-23 13:49:02 +00:00
meson setup --buildtype=release --prefix=/usr build
ninja -C build -j ${JOBS:-1}
2023-04-15 20:14:35 +00:00
2022-08-28 11:04:52 +00:00
DESTDIR=$PKG ninja -C build install
2023-04-15 20:14:35 +00:00
rm $PKG/usr/share/sfwbar/icons/weather/LICENSE
2022-08-28 11:04:52 +00:00
}