mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: swappy-1.1.0
This commit is contained in:
parent
0746122e52
commit
572bb42d7b
1 changed files with 18 additions and 0 deletions
18
srcpkgs/swappy/template
Normal file
18
srcpkgs/swappy/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue