main/qml-module-clipboard: drop, upstreamed to Alpine

This commit is contained in:
Bart Ribbers 2021-04-14 22:02:52 +02:00
parent b93a69110f
commit 506f1e3c7b
No known key found for this signature in database
GPG Key ID: 699D16185DAFAE61

View File

@ -1,24 +0,0 @@
# 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"