|
|
- 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')
|