main/qml-module-clipboard: new aport (MR 593)

This commit is contained in:
Bart Ribbers 2020-03-30 14:14:37 +02:00 committed by Oliver Smith
parent 27ebefefb9
commit 8398fa0c86
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View 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"