contrib/xclip/Pkgfile

21 lines
436 B
Plaintext

# Description: A command line interface to the X11 clipboard
# URL: https://github.com/astrand/xclip
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
# Depends on: xorg-libxmu
name=xclip
version=0.13
release=2
source=(https://github.com/astrand/xclip/archive/0.13/xclip-0.13.tar.gz)
build() {
cd $name-$version
./bootstrap
./configure --prefix=/usr
make
make DESTDIR="${PKG}" install
}
# s-sh-mode