Init: bootstrap package
All checks were successful
Build package / build-package (push) Successful in 15s
All checks were successful
Build package / build-package (push) Successful in 15s
This commit is contained in:
18
PKGBUILD
Normal file
18
PKGBUILD
Normal file
@@ -0,0 +1,18 @@
|
||||
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
|
||||
pkgname=longhornctl
|
||||
pkgver=1.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="CLI tool for managing Longhorn"
|
||||
arch=('x86_64')
|
||||
url="https://gitea.konchin.com/package/longhornctl"
|
||||
license=('0BSD')
|
||||
source=(
|
||||
'longhornctl::https://github.com/longhorn/cli/releases/download/v1.9.0/longhornctl-linux-amd64'
|
||||
)
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
||||
install -Dm755 longhornctl "$pkgdir/usr/bin/longhornctl"
|
||||
}
|
||||
sha256sums=('336f1ee8ac7cdd50382f1cc3131aa5c9fc5554a81de1ee65ba951534bc390272')
|
||||
Reference in New Issue
Block a user