void-packages/srcpkgs/pantheon-screenshot/template
Nathan Owens a953fe2bf2 pantheon-screenshot: update to 1.7.0
Updated to 1.7.0
Changed from pkg-config to pkgconf

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-07 21:05:10 +01:00

19 lines
725 B
Bash

# Template file for 'pantheon-screenshot'
pkgname=pantheon-screenshot
version=1.7.0
revision=1
wrksrc="screenshot-${version}"
build_style=meson
hostmakedepends="desktop-file-utils glib-devel intltool pkgconf vala"
makedepends="granite-devel libcanberra-devel"
depends="desktop-file-utils gdk-pixbuf gtk+3 hicolor-icon-theme"
short_desc="Screenshot tool"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-only"
homepage="https://github.com/elementary/screenshot-tool"
distfiles="https://github.com/elementary/screenshot-tool/archive/${version}.tar.gz"
checksum=dc70fd8b5aea82cc52246c673c3407e83da39c813ef22487430dc09139be014b
post_install() {
ln -s io.elementary.screenshot-tool "$DESTDIR"/usr/bin/"$pkgname"
}