New package: slurp-1.0

This commit is contained in:
Derriick 2019-01-16 11:08:11 +01:00 committed by maxice8
parent 9958567a24
commit 63ecec07cd
1 changed files with 17 additions and 0 deletions

17
srcpkgs/slurp/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'slurp'
pkgname=slurp
version=1.0
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/"
distfiles="https://github.com/emersion/$pkgname/archive/v$version.tar.gz"
checksum=41f3e98fa2729ae91d9f45e4d5e08023777b2cf3839e0cc0a7b2a5c53ebc4fd4
post_install() {
vlicense LICENSE
}