18 lines
604 B
Bash
18 lines
604 B
Bash
# Template file for 'swappy'
|
|
pkgname=swappy
|
|
version=1.2.1
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config scdoc glib-devel gettext"
|
|
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=b48ca60e4a2a9c274b1e52b35de800e342f79481aef3f90825d55250e210c040
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|