18 lines
522 B
Bash
18 lines
522 B
Bash
# Template file for 'xmag'
|
|
pkgname=xmag
|
|
version=1.0.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXau-devel libXext-devel libXmu-devel libXaw-devel"
|
|
short_desc="X utility to Magnify parts of the screen"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://gitlab.freedesktop.org/xorg/app/xmag"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
|
|
checksum=009936cc5a2706084079127b26cf55c713767650a34cb69e5682d60e33ce7461
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|