summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 776933fa5a79332f40bff07e28d9cec19608a5ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#Maintainer: Julius Härtl <jus@bitgrid.net>

pkgname=krankerl
pkgver=0.12.0
pkgrel=1
pkgdesc=" A CLI helper to manage, package and publish Nextcloud apps"
url="https://github.com/ChristophWurst/krankerl"
makedepends=()
arch=('x86_64')
license=('GPL-3.0')
depends=('libcurl-gnutls')
source=("${pkgname}-${pkgver}::https://github.com/ChristophWurst/krankerl/releases/download/v${pkgver}/krankerl")
sha256sums=('d1c6e11016c92c4d79562bf590e3f567e30a46e7a806f2cb7db0c6625dff6424')

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