summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3a65967615cbe3bff12ca1cb7bb4da0508b7d4fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: OrkenWhite <orkenwhite@disroot.org>
pkgname=emptty-runit
pkgdesc="Runit init script for emptty"
pkgver=0.8.1
pkgrel=1
arch=('any')
url="https://github.com/tvrzna/emptty"
license=('MIT')
depends=('emptty')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('7eac84520049c2528f833cd2729cc4a989cb2a73318c695142afce5e98215e918b965b284d0e3b5e5ad41b53500f95d72ef60dac82c3b7810bfa10db4c70175d')

package() {
  cd "emptty-$pkgver"
  make DESTDIR="$pkgdir/" install-runit-artix
}