cruxports/sfwbar/Pkgfile

21 lines
560 B
Plaintext
Raw Normal View History

2022-08-28 07:04:52 -04: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
2023-10-28 07:28:22 -04:00
# Optional: alsa bluez pulseaudio mpd
2022-08-28 07:04:52 -04:00
name=sfwbar
2023-10-28 07:28:22 -04:00
version=1.0_beta13
2022-08-28 07:04:52 -04:00
release=1
2023-08-19 16:11:47 -04:00
source=(https://github.com/LBCrion/$name/archive/v$version/$name-$version.tar.gz)
2022-08-28 07:04:52 -04:00
build() {
2022-12-23 08:49:02 -05:00
cd ${name}*
2023-04-15 16:14:35 -04:00
2023-08-19 16:11:47 -04:00
meson setup build --buildtype=release --prefix=/usr
2022-12-23 08:49:02 -05:00
ninja -C build -j ${JOBS:-1}
2023-04-15 16:14:35 -04:00
2022-08-28 07:04:52 -04:00
DESTDIR=$PKG ninja -C build install
2023-04-15 16:14:35 -04:00
rm $PKG/usr/share/sfwbar/icons/weather/LICENSE
2022-08-28 07:04:52 -04:00
}