aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/btc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/btc')
-rw-r--r--meta/btc/PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/btc/PKGBUILD b/meta/btc/PKGBUILD
new file mode 100644
index 0000000..6084c10
--- /dev/null
+++ b/meta/btc/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Arnold Sommerfeld <arch@strisemarx.com>
+pkgname=strisemarx-btc
+pkgver=5
+pkgrel=1
+pkgdesc="strisemarx's btc dev metapackage"
+arch=('any')
+url="https://strisemarx.com"
+license=('GPL3')
+depends=(
+ 'python-bitbox02'
+ 'python-hidapi'
+ 'python-hwilib'
+ 'python-qdarkstyle'
+ 'sparrow-wallet'
+ 'tor'
+ 'zbar'
+)
+
+# vim: ts=2 sw=2 et: