summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d3b8531cf20fa46e3b6cad85d6a1231888996f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: system64 <system64fumo@protonmail.com>

pkgname=sysbar
pkgver=0.1
pkgrel=1
pkgdesc="Modular status bar for wayland"
arch=('aarch64' 'x86_64')
url="https://github.com/System64fumo/sysbar"
license=('WTFPL')
depends=('gtkmm-4.0' 'gtk4-layer-shell' 'jsoncpp' 'upower' 'playerctl')
source=("git+https://github.com/System64fumo/sysbar")
sha256sums=('SKIP')

build() {
	cd "${pkgname}"
	make
}

package() {
	cd "${pkgname}"
	make PREFIX=/usr DESTDIR="${pkgdir}" install
}