18 lines
480 B
Bash
18 lines
480 B
Bash
# Template file for 'xlsatoms'
|
|
pkgname=xlsatoms
|
|
version=1.1.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libxcb-devel"
|
|
short_desc="List interned atoms defined on the X server"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=f4bfa15f56c066d326a5d5b292646708f25b9247506840b9047cd2687dcc71b7
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|