# Maintainer: system64 <system64fumo@tuta.io>

pkgname=sysmenu
pkgver=2026.05.14
pkgrel=1
pkgdesc="Simple program launcher "
arch=('aarch64' 'riscv64' 'x86_64')
url="https://github.com/System64fumo/sysmenu"
license=('GPL3')
groups=('sysshell')
depends=('gtkmm-4.0' 'gtk4-layer-shell')
source=("git+https://github.com/System64fumo/sysmenu")
sha256sums=('SKIP')

pkgver() {
	cd "${pkgname}"
	git show -s --format=%cd --date=format:%Y.%m.%d $(git rev-parse HEAD)
}

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

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