mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-11 04:55:13 +02:00
17 lines
456 B
Bash
17 lines
456 B
Bash
# Template file for 'xscope'
|
|
pkgname=xscope
|
|
version=1.4.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXt-devel"
|
|
short_desc="X Window Protocol Viewer"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=5f125d4c94e19e4be48edc43691e46df0b82f0b6ead95453dc7ac775a0d70066
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|