17 lines
545 B
Bash
17 lines
545 B
Bash
# Template file for 'slurp'
|
|
pkgname=slurp
|
|
version=1.2.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=050aada0dd7925a7fc5811f3c1b1c88236fdbcdc75587e8a9393373951c2c145
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|