parent
2fb179d50c
commit
a6eb33760b
1 changed files with 16 additions and 0 deletions
16
srcpkgs/qlipper/template
Normal file
16
srcpkgs/qlipper/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'qlipper'
|
||||
pkgname=qlipper
|
||||
version=5.0.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
makedepends="qt5-devel qt5-tools-devel"
|
||||
homepage="https://github.com/pvanek/qlipper"
|
||||
short_desc="Lightweight and cross-platform clipboard history applet"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/pvanek/qlipper/archive/${version}.tar.gz"
|
||||
checksum="50a0876335ff19d804b42f1550c68272c707c1259c66a548c4192ab65f20dc77"
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-tools qt5-qmake qt5-host-tools"
|
||||
fi
|
Loading…
Reference in a new issue