summaryrefslogtreecommitdiff
path: root/monero
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2023-06-05 15:43:47 -0600
committerAaron Ball <nullspoon@oper.io>2023-06-05 15:43:47 -0600
commit4cea62ea37e93182ebcaa747bf5dbb7693a07714 (patch)
treee7eec96c6dff23b03cb1430750b2d2d2c6d20ece /monero
parent04ffdb40abe99847dc4297ba86f736e415efb979 (diff)
downloadports-nullsec-4cea62ea37e93182ebcaa747bf5dbb7693a07714.tar.gz
ports-nullsec-4cea62ea37e93182ebcaa747bf5dbb7693a07714.tar.xz
monero:Initial commit of 0.18.2.2
Diffstat (limited to 'monero')
-rw-r--r--monero/.footprint16
-rw-r--r--monero/.md5sum1
-rw-r--r--monero/.signature5
-rw-r--r--monero/Pkgfile18
4 files changed, 40 insertions, 0 deletions
diff --git a/monero/.footprint b/monero/.footprint
new file mode 100644
index 0000000..82e16b1
--- /dev/null
+++ b/monero/.footprint
@@ -0,0 +1,16 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/monero-blockchain-ancestry
+-rwxr-xr-x root/root usr/bin/monero-blockchain-depth
+-rwxr-xr-x root/root usr/bin/monero-blockchain-export
+-rwxr-xr-x root/root usr/bin/monero-blockchain-import
+-rwxr-xr-x root/root usr/bin/monero-blockchain-mark-spent-outputs
+-rwxr-xr-x root/root usr/bin/monero-blockchain-prune
+-rwxr-xr-x root/root usr/bin/monero-blockchain-prune-known-spent-data
+-rwxr-xr-x root/root usr/bin/monero-blockchain-stats
+-rwxr-xr-x root/root usr/bin/monero-blockchain-usage
+-rwxr-xr-x root/root usr/bin/monero-gen-ssl-cert
+-rwxr-xr-x root/root usr/bin/monero-gen-trusted-multisig
+-rwxr-xr-x root/root usr/bin/monero-wallet-cli
+-rwxr-xr-x root/root usr/bin/monero-wallet-rpc
+-rwxr-xr-x root/root usr/bin/monerod
diff --git a/monero/.md5sum b/monero/.md5sum
new file mode 100644
index 0000000..204b863
--- /dev/null
+++ b/monero/.md5sum
@@ -0,0 +1 @@
+0550fa4beb62b54e33b77849c12def3f monero-source-v0.18.2.2.tar.bz2
diff --git a/monero/.signature b/monero/.signature
new file mode 100644
index 0000000..4d8c730
--- /dev/null
+++ b/monero/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/nullsec.pub
+RWSxUCZhUqGvtcd3V+hJa6tnLC937/VTbiMmQWwziPRLJV32nyXUIlYYqnWBp+wtIgBPNN6x1rBQnr+QH2Ale2TkPcu+QoGqYQk=
+SHA256 (Pkgfile) = 32be995e69191e8a357e8c8cd906afd28bdd66585fa3b4b8e266510ae4c7b1b5
+SHA256 (.footprint) = 64a9237947d2a6444bc9b6bcdb856de81bea5a8ea7ea67bc2d804453439894db
+SHA256 (monero-source-v0.18.2.2.tar.bz2) = c3345c4ca24aab13182433ccec8f7008ec3e37ba5e8c640714ad015a1f683aac
diff --git a/monero/Pkgfile b/monero/Pkgfile
new file mode 100644
index 0000000..c1bd52d
--- /dev/null
+++ b/monero/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Private, decentralized cryptocurrency cli client
+# URL: https://www.getmonero.org/
+# Depends on: libunbound libzmq libsodium
+# Maintainer: Aaron Ball, nullspoon at oper dot io
+name=monero
+version=0.18.2.2
+release=1
+source=(https://downloads.getmonero.org/cli/monero-source-v${version}.tar.bz2)
+
+build() {
+ cd monero-source-v${version}
+ mkdir build && cd build
+ cmake -D CMAKE_BUILD_TYPE=release ../
+ make
+ for i in bin/*; do
+ install -m 755 -D "${i}" "${PKG}/usr/bin/$(basename ${i})"
+ done
+}

Generated by cgit