8816f790a2
[ci skip]
17 lines
484 B
Bash
17 lines
484 B
Bash
# Template file for 'xlsatoms'
|
|
pkgname=xlsatoms
|
|
version=1.1.3
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libxcb-devel"
|
|
short_desc="List interned atoms defined on the X server"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
|
checksum=57868f958c263976727881f3078e55b86b4a109dc578d2b92f5c6d690850a382
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|