18 lines
455 B
Bash
18 lines
455 B
Bash
# Template file for 'xclipboard'
|
|
pkgname=xclipboard
|
|
version=1.1.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel"
|
|
short_desc="X clipboard client"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
|
|
checksum=8e47a4e18a88d47b14e8eb61a5f298687624a38f9decee9988d8b51a20514c45
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|