New package: nwg-clipman-0.2.1

This commit is contained in:
zenobit 2024-03-31 17:20:39 +02:00
parent 2c90af8f2e
commit 83844340dc

View file

@ -0,0 +1,23 @@
# Template file for 'nwg-clipman'
pkgname=nwg-clipman
version=0.2.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools cliphist wl-clipboard python3-wheel"
makedepends="python3-gobject-devel gtk+3-devel gtk-layer-shell-devel"
depends="cliphist gtk-layer-shell gtk+3 python3 python3-gobject xdg-utils wl-clipboard"
checkdepends="python3-wheel"
short_desc="GTK3-based GUI for cliphist - nwg-shell clipboard manager"
maintainer="zenobit <zenobit@disroot.org>"
license="MIT"
homepage="https://github.com/nwg-piotr/nwg-clipman"
#changelog=""
distfiles="https://github.com/nwg-piotr/nwg-clipman/archive/refs/tags/v${version}.tar.gz"
checksum=4be365f8dd3ebda5eb3cbc9f8351fedac048d86d07729076941fb22c7f229ed1
post_install() {
vinstall nwg-clipman.svg 644 /usr/share/pixmaps
vinstall nwg-clipman.desktop 644 /usr/share/applications
vinstall README.md 644 /usr/share/doc/nwg-clipman
vlicense LICENSE
}