20 lines
713 B
Bash
20 lines
713 B
Bash
# Template file for 'swappy'
|
|
pkgname=swappy
|
|
version=1.5.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-awesome"
|
|
short_desc="Wayland native snapshot editing tool, inspired by Snappy on macOS"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/jtheoof/swappy"
|
|
changelog="https://raw.githubusercontent.com/jtheoof/swappy/master/CHANGELOG.md"
|
|
distfiles="https://github.com/jtheoof/swappy/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=266fac289d4b903d80d44746044bafe8a8b663c6032be696c651ad390bcb1850
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|