Bitcoin source recipe

This commit is contained in:
2020-08-16 19:27:10 +02:00
parent 4606773440
commit 9795e77fde
6 changed files with 178 additions and 15 deletions

View File

@@ -1,9 +1,9 @@
name 'kosmos-bitcoin'
maintainer 'The Authors'
maintainer_email 'you@example.com'
license 'All Rights Reserved'
description 'Installs/Configures kosmos-bitcoin'
long_description 'Installs/Configures kosmos-bitcoin'
maintainer 'Kosmos Developers'
maintainer_email 'mail@kosmos.org'
license 'MIT'
description 'Installs/Configures Bitcoin Core'
long_description 'Installs/Configures Bitcoin Core'
version '0.1.0'
chef_version '>= 14.0'
@@ -18,3 +18,7 @@ chef_version '>= 14.0'
# a Supermarket.
#
# source_url 'https://github.com/<insert_org_here>/kosmos-bitcoin'
depends "ark"
depends "kosmos_encfs"
depends "ulimit"