summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2b5599b199f442be0de3c1b1559fe67cffa8e691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: tinnus-napbus <admin@tinnus-napbus.xyz>
# Contributor: Omar Roth <omarroth@protonmail.com>

pkgname=urbit
pkgver=1.11
pkgrel=2
pkgdesc="An operating function"
arch=('x86_64')
url="https://github.com/urbit/urbit"
license=('MIT')
conflicts=('urbit-git')
source=($pkgname-$pkgver-$pkgrel::https://bootstrap.urbit.org/vere/live/$pkgver/vere-v$pkgver-x86_64-linux)
sha256sums=('8d0052fd7ff7a6137f0746c38485ad5d897df6538407bfd2af9120d89f80b882')

package() {
  install -Dm755 "${srcdir}/$pkgname-$pkgver-$pkgrel" "$pkgdir/usr/bin/urbit"
}