Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
533 B

pkgname=xclipshow
pkgver=1
pkgrel=1
pkgdesc="Show information of current clipboard contents"
url=()
arch=('any')
license=('BSD')
install=''
source=(xclipshow.cpp CMakeLists.txt)
depends=('cmake' 'qt5-base')
optdepends=()
conflicts=()
#provides=''
makedepends=()
build() {
cd $srcdir
mkdir build
cd ./build
cmake $srcdir
make
}
package() {
mkdir -p $pkgdir/usr/bin/
install -Dm 755 $srcdir/build/xclipshow $pkgdir/usr/bin/
}
md5sums=('e445f888db036c7a1dfc7d33294c84f9'
'947756f823b5c82ad3626f46e38c549e')