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

pkgname=sysshell
pkgver=0.1
pkgrel=1
pkgdesc="Generic shell for wayland"
arch=('aarch64' 'x86_64')
url="https://github.com/System64fumo/sysshell"
depends=('gtkmm-4.0' 'gtk4-layer-shell')
source=("git+https://github.com/System64fumo/sysshell")
sha256sums=('SKIP')

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

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