~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] testing/mobpass: new aport

Anjandev Momi <anjan@momi.ca>
Details
Message ID
<20200425063826.11089-1-anjan@momi.ca>
DKIM signature
missing
Download raw message
Patch: +25 -0
https://git.sr.ht/~anjan/mobpass
A mobile interface for gopass
testing/
---
 testing/mobpass/APKBUILD | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 testing/mobpass/APKBUILD

diff --git a/testing/mobpass/APKBUILD b/testing/mobpass/APKBUILD
new file mode 100644
index 0000000000..858f5a7d94
--- /dev/null
+++ b/testing/mobpass/APKBUILD
@@ -0,0 +1,25 @@
# Contributor: Anjandev Momi <anjan@momi.ca>
# Maintainer: Anjandev Momi <anjan@momi.ca>
pkgname=mobpass
pkgver=0.2
pkgrel=0
pkgdesc="A mobile interface for gopass"
url="https://git.sr.ht/~anjan/mobpass"
arch="noarch"
options="!check"
license="GPL-3.0"
depends="python3 py3-qt5 qt5-qtquickcontrols qt5-qtquickcontrols2 gopass py3-fuzzyfinder"
makedepends="py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~anjan/mobpass/archive/v$pkgver.tar.gz"
builddir="$srcdir/"$pkgname-v$pkgver

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
	install -Dm644 mobpass.desktop "$pkgdir"/usr/share/applications/mobpass.desktop
}

sha512sums="b04e40907f02e6459987eca4ea582dd17da34599a62b064547fecc1cc58d007b69d68c751b650005393b301ed7bf9ed79e84a0ec53ecfdc1541400fcdf70ce05  mobpass-0.2.tar.gz"
-- 
2.26.2
Reply to thread Export thread (mbox)