20 lines
770 B
Bash
20 lines
770 B
Bash
# Template file for 'accounts-qml-module'
|
|
pkgname=accounts-qml-module
|
|
version=0.7
|
|
revision=1
|
|
wrksrc="accounts-qml-module-VERSION_${version}"
|
|
build_style=qmake
|
|
make_install_target="install_subtargets"
|
|
hostmakedepends="qt5-qmake pkg-config qt5-host-tools"
|
|
makedepends="signond-devel libaccounts-qt5-devel qt5-declarative-devel"
|
|
short_desc="Expose the Online Accounts API to QML applications"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.1-only"
|
|
homepage="https://gitlab.com/accounts-sso/accounts-qml-module"
|
|
distfiles="https://gitlab.com/accounts-sso/accounts-qml-module/-/archive/VERSION_$version/accounts-qml-module-VERSION_$version.tar.gz"
|
|
checksum=550a6c684bf4b4f6460a35bac0cf3afbb9090a5cf4038b880c6b86c2e9ea0195
|
|
|
|
post_install() {
|
|
rm -rf $DESTDIR/usr/bin
|
|
}
|