New package: nwg-dock-0.3.9

This commit is contained in:
zenobit 2024-04-01 21:37:43 +02:00
parent 284af84e96
commit 2a0d84020b

20
srcpkgs/nwg-dock/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'nwg-dock'
pkgname=nwg-dock
version=0.3.9
revision=1
build_style=go
go_import_path="github.com/nwg-piotr/nwg-dock"
hostmakedepends="pkg-config"
makedepends="gtk+3-devel gtk-layer-shell-devel"
depends="gtk-layer-shell gtk+3 zlib pango libharfbuzz atk gdk-pixbuf glib fontconfig freetype glibc"
short_desc="GTK3-based dock for sway"
maintainer="zenobit <zenobit@disroot.org>"
license="MIT"
homepage="https://nwg-piotr.github.io/nwg-shell/nwg-dock"
#changelog=""
distfiles="https://github.com/nwg-piotr/nwg-dock/archive/refs/tags/v${version}.tar.gz"
checksum=a8655aa0f1fa9da0a23d3612c4ee5f773ed9e8a463408aca1690ce3488b10214
post_install() {
vlicense LICENSE
}