18 lines
545 B
Bash
18 lines
545 B
Bash
# Template file for 'slurp'
|
|
pkgname=slurp
|
|
version=1.1.0
|
|
revision=2
|
|
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=a2f3eefc3b4cfe8cc069542643be52ab7a6175ed8600d57b62f1309fde158082
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|