Initial packaging for Debian

This adds some source files, a script and skeleton for building
a Debian package that installs the zcash daemon and CLI tool.
Also removes unused Bitcoin files.
This commit is contained in:
Kevin Gallagher
2016-10-13 13:15:14 -07:00
parent 49fc58b782
commit b5718a5a57
36 changed files with 223 additions and 1480 deletions

20
contrib/DEBIAN/control Normal file
View File

@@ -0,0 +1,20 @@
Source: zcash
Section: utils
Priority: optional
Maintainer: Zcash Company <team@z.cash>
Homepage: https://z.cash
Build-Depends: autoconf, automake, bsdmainutils, build-essential
git, g++-multilib, libc6-dev, libtool
m4, ncurses-dev, pkg-config, python
unzip, wget, zlib1g-dev
Vcs-Git: git@github.com:zcash/zcash.git
Vcs-Browser: https://github.com/zcash/zcash
Package: zcash
Version: 1.0.0-rc1
Architecture: amd64
Description: Zcash is an implementation of the "Zerocash" protocol.
Based on Bitcoin's code, it intends to offer a far higher standard
of privacy and anonymity through a sophisticiated zero-knowledge
proving scheme which preserves confidentiality of transaction metadata.
This package provides the daemon, zcashd, and the CLI tool,
zcash-cli, to interact with the daemon.