From d5aa61af7a6399adc4ba166f22f0d60ae19785a7 Mon Sep 17 00:00:00 2001 From: zenobit Date: Mon, 1 Apr 2024 10:00:54 +0200 Subject: [PATCH] New package: nwg-bar-0.1.6 --- srcpkgs/nwg-bar/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/nwg-bar/template diff --git a/srcpkgs/nwg-bar/template b/srcpkgs/nwg-bar/template new file mode 100644 index 00000000000..9b409abb08a --- /dev/null +++ b/srcpkgs/nwg-bar/template @@ -0,0 +1,19 @@ +# Template file for 'nwg-bar' +pkgname=nwg-bar +version=0.1.6 +revision=1 +build_style=go +go_import_path=github.com/nwg-piotr/nwg-bar +hostmakedepends="pkg-config" +makedepends="gtk+3-devel gtk-layer-shell-devel" +short_desc="GTK3-based button bar for wlroots-based compositors" +maintainer="zenobit " +license="MIT" +homepage="https://github.com/nwg-piotr/nwg-bar" +changelog="https://github.com/nwg-piotr/nwg-bar/releases" +distfiles="https://github.com/nwg-piotr/nwg-bar/archive/refs/tags/v${version}.tar.gz" +checksum=badc232f9eef1a225776c7f0fe2534b49ac0a957f1a81dc24acb8f341b7719d4 + +post_install() { + vlicense LICENSE +}