main/qml-module-clipboard: new aport (MR 593)
This commit is contained in:
parent
27ebefefb9
commit
8398fa0c86
1 changed files with 24 additions and 0 deletions
24
main/qml-module-clipboard/APKBUILD
Normal file
24
main/qml-module-clipboard/APKBUILD
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=qml-module-clipboard
|
||||
pkgver=1.0.0
|
||||
pkgrel=0
|
||||
pkgdesc="QML Module for interacting with the clipboard"
|
||||
url="https://github.com/rinigus/qml-module-clipboard"
|
||||
# armhf blocked by qt5-qtdeclarative
|
||||
arch="all !armhf"
|
||||
license="MIT"
|
||||
makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev"
|
||||
source="https://github.com/rinigus/qml-module-clipboard/archive/$pkgver/qml-module-clipboard-$pkgver.tar.gz"
|
||||
options="!check" # No tests
|
||||
|
||||
build() {
|
||||
qmake-qt5
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
INSTALL_ROOT="$pkgdir" make install
|
||||
}
|
||||
|
||||
sha512sums="49af227b8d067672495826859ce21c2a8f2884591a65cf44199999ea08b93f53562413d24743cad51271e6da347c414cba5b5c952900eedd5ee0e4e13e038d89 qml-module-clipboard-1.0.0.tar.gz"
|
Loading…
Reference in a new issue