void-packages/srcpkgs/slurp/template

18 lines
545 B
Bash
Raw Normal View History

2019-01-16 10:08:11 +00:00
# Template file for 'slurp'
pkgname=slurp
2019-02-13 06:55:15 +00:00
version=1.0.1
2019-01-16 10:08:11 +00:00
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel scdoc"
makedepends="wayland-devel wayland-protocols cairo-devel"
short_desc="Select a region in a Wayland compositor"
maintainer="Derriick <derriick.ensiie@yahoo.com>"
license="MIT"
homepage="https://wayland.emersion.fr/slurp/"
2019-02-13 06:55:15 +00:00
distfiles="https://github.com/emersion/${pkgname}/archive/v${version}.tar.gz"
checksum=3e44401ff3ecf78bd147e1e3d40cc571973da7f4e0f26ce3cd70b60e2c270b67
2019-01-16 10:08:11 +00:00
post_install() {
vlicense LICENSE
}