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

pkgname=krankerl
pkgver=0.8.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')
source=("${pkgname}-${pkgver}::https://github.com/ChristophWurst/krankerl/releases/download/v${pkgver}/krankerl")
sha256sums=('8e510a07f652a5e429402d58cff8804ad41d95c458ea0839c5d8a8a65300f2ef')

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