Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id C0456782C55 for ; Sat, 25 Apr 2020 06:38:34 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=momi.ca; s=default; t=1587796712; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=VKIlsTJYmeYCY6vRLLcsXJj86cDMRWLjP6xuHZLFdbI=; b=MaYqoQVmb6VlHWc2LXrjH6P3DNOLqYWoH90YgPCErDioOexewq0qpq3UhoyWIivHcZYQjV 7ukeeMS29pCAyFqYUnIft2UITmQfzh6gUHfTAK/twhmAkoh7XigerKvrkN26uYDLj+8Z7n VSzA/btiaRkb4Fo6E6kgW41bsK/bO1Y= From: Anjandev Momi To: alpine-aports@lists.alpinelinux.org Cc: Anjandev Momi Subject: [PATCH] testing/mobpass: new aport Date: Fri, 24 Apr 2020 23:38:26 -0700 Message-Id: <20200425063826.11089-1-anjan@momi.ca> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 4.90 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 +# Maintainer: Anjandev Momi +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