summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorTimothy Redaelli2019-07-07 17:11:21 +0200
committerTimothy Redaelli2019-07-07 18:13:34 +0200
commite00cd9caaced99d6998c5100abff401732690c5e (patch)
tree8a37cdbc2a10859c9b223d87f2305a742a585fb6 /.SRCINFO
downloadaur-e00cd9caaced99d6998c5100abff401732690c5e.tar.gz
Initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..89a01bbd5d1a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = electrs
+ pkgdesc = An efficient re-implementation of Electrum Server in Rust
+ pkgver = 0.7.0
+ pkgrel = 1
+ url = https://github.com/romanz/electrs
+ arch = x86_64
+ license = MIT
+ makedepends = git
+ makedepends = clang
+ makedepends = cmake
+ depends = rust
+ source = git+https://github.com/romanz/electrs.git#tag=v0.7.0
+ md5sums = SKIP
+
+pkgname = electrs
+