summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorcimer2017-11-05 13:24:59 +0100
committercimer2017-11-05 13:24:59 +0100
commitf9cf404eae19376c663471f4e7296aa9cc93bf84 (patch)
tree703af5df533bc2cf0a224837a4b95e6df5a40059 /.SRCINFO
downloadaur-f9cf404eae19376c663471f4e7296aa9cc93bf84.tar.gz
initial commit.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO28
1 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1031c19c81cc
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,28 @@
+pkgbase = peercoin
+ pkgdesc = Peercoin deamon - master branch.
+ pkgver = v0.6.1.rc1.r0.g162f0694
+ pkgrel = 1
+ url = peercoin.net
+ arch = x86_64
+ arch = i686
+ license = MIT
+ makedepends = gcc
+ makedepends = make
+ makedepends = boost
+ makedepends = miniupnpc
+ makedepends = openssl
+ depends = boost-libs
+ depends = openssl
+ depends = miniupnpc
+ replaces = peercoind
+ source = git+https://github.com/peercoin/peercoin.git#branch=master
+ sha256sums = SKIP
+
+pkgname = peercoind-git
+ pkgdesc = Official implementation of Peercoin, the sustainable and secure cryptocurrency alternative to Bitcoin - daemon.
+ install = peercoind-git.install
+ depends = gcc
+ depends = make
+ depends = boost-libs
+ depends = miniupnpc
+