New package: swappy-1.1.0

This commit is contained in:
Isaac Freund 2020-07-01 18:38:10 +02:00 committed by Đoàn Trần Công Danh
parent 0746122e52
commit 572bb42d7b

18
srcpkgs/swappy/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'swappy'
pkgname=swappy
version=1.1.0
revision=1
build_style=meson
hostmakedepends="pkg-config scdoc glib-devel"
makedepends="cairo-devel glib-devel gtk+3-devel libnotify-devel pango-devel"
depends="wl-clipboard font-awesome5"
short_desc="Wayland native snapshot editing tool, inspired by Snappy on macOS"
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
license="MIT"
homepage="https://github.com/jtheoof/swappy"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=b17cd548209947f10c4f8391f2a9dd4de16544abda00fc2290b4fd3815d70a50
post_install() {
vlicense LICENSE
}