19 lines
604 B
Bash
19 lines
604 B
Bash
# Template file for 'swappy'
|
|
pkgname=swappy
|
|
version=1.3.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=215c48b77eebfc2a4de41ce1a4058b5da1bace8455baba743b9142bb0e96afb1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|