mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
New package: xclip-0.12.
This commit is contained in:
parent
cf35b1af9a
commit
ac6841cdd7
1 changed files with 19 additions and 0 deletions
19
srcpkgs/xclip/template
Executable file
19
srcpkgs/xclip/template
Executable file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'xclip'
|
||||||
|
pkgname=xclip
|
||||||
|
version=0.12
|
||||||
|
revision=1
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/xclip/xclip-${version}.tar.gz"
|
||||||
|
checksum="b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45"
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="libXmu-devel"
|
||||||
|
only_for_archs="i686 x86_64"
|
||||||
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
|
homepage="http://sourceforge.net/projects/xclip/"
|
||||||
|
license="GPLv2"
|
||||||
|
short_desc="Command line interface to the X11 clipboard"
|
||||||
|
|
||||||
|
xclip_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue