Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: qvkbd-0.0.0.20181119 #1674

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions srcpkgs/qvkbd/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Template file for 'qvkbd'
pkgname=qvkbd
version=0.0.0.20181119
revision=1
_githash=f355cfa254b6af7435b503fc7ee7b15959ac8309
wrksrc="${pkgname}-${_githash}"
build_style=qmake
makedepends="libXtst-devel qt5-declarative-devel qt5-x11extras-devel"
depends="hicolor-icon-theme"
short_desc="Virtual keyboard written in Qt"
maintainer="travankor <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/KivApple/qvkbd"
distfiles="${homepage}/archive/${_githash}.tar.gz"
checksum=067051c095e9db342289888e5d57e6bbf1ada5f48264c498c29cc3ee1ecabd3c

if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-declarative-devel qt5-x11extras-devel"
fi