summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dfca2ee63323ef68512c254c381378224dd72101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: @RubenKelevra <cyrond@gmail.com>
# Contributor: Moritz Hedtke alias mohe <Moritz.Hedtke@t-online.de>

pkgname=ipfs-cluster-bin
pkgver=1.1.4
pkgrel=1
epoch=1
pkgdesc="ipfs-cluster-service, ipfs-cluster-ctl, ipfs-cluster-follow"
arch=('x86_64')
url=https://github.com/ipfs/ipfs-cluster
depends=('glibc')
license=('MIT' 'APACHE')
source=("https://dist.ipfs.io/ipfs-cluster-service/v${pkgver}/ipfs-cluster-service_v${pkgver}_linux-amd64.tar.gz"
        "https://dist.ipfs.io/ipfs-cluster-ctl/v${pkgver}/ipfs-cluster-ctl_v${pkgver}_linux-amd64.tar.gz"
        "https://dist.ipfs.io/ipfs-cluster-follow/v${pkgver}/ipfs-cluster-follow_v${pkgver}_linux-amd64.tar.gz")
b2sums=('b5c93dd063b3f82690d22350909db202c213b691501176b4073a8313316c91265529a32eaa374a91559931b395acf2bbea8164c13ff6c749f8c2d4af08d9f3e9'
        '2dbbc6b19276ba67f4fc7c23f03ba8d2cbdb1ca1903581988980f57542d0e20335806293ae6ca5380bd65c7ab3f4846a8433cfa8d4a8838eaa400ff52fb948c8'
        '8f0c49d33a8d72c93f0f2fdadfade013352bc190300ed1b72eb6af034896c838791f14d28f7810c4ee1d2ae6bd2ac3b2dd09e57d48ab99fa86e3fd89a6e474a9')

package() {
	install -Dm755 ipfs-cluster-service/ipfs-cluster-service "$pkgdir/usr/bin/ipfs-cluster-service"
	install -Dm755 ipfs-cluster-ctl/ipfs-cluster-ctl "$pkgdir/usr/bin/ipfs-cluster-ctl"
	install -Dm755 ipfs-cluster-follow/ipfs-cluster-follow "$pkgdir/usr/bin/ipfs-cluster-follow"
	install -Dm644 ipfs-cluster-ctl/LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}