summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0c63ce2229aee24578dfe3ca5c691ef86bde3021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Jeandre Le Roux <theblazehen@gmail.com>

options=(!strip)
pkgname=arweave-deploy-bin
pkgver=1.9.0
pkgrel=1
pkgdesc="Arweave-deploy binary with bundled nodejs"
url="https://github.com/ArweaveTeam/arweave-deploy"
source=("https://github.com/ArweaveTeam/arweave-deploy/raw/v1.9.0/dist/linux/arweave")
md5sums=('1089ad4117f571176cd9bcb433f84b55')
arch=("x86_64")


package() {
  mkdir -p "${pkgdir}/usr/bin"
  chmod a+x arweave
  cp arweave "${pkgdir}/usr/bin"
}