Init: add LICENSE and PKGBUILD
All checks were successful
Build package / build-package (push) Successful in 7s
All checks were successful
Build package / build-package (push) Successful in 7s
This commit is contained in:
20
PKGBUILD
Normal file
20
PKGBUILD
Normal file
@@ -0,0 +1,20 @@
|
||||
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
|
||||
pkgname=hl-base-meta
|
||||
pkgver=0.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Base meta package for konchin.com homelab"
|
||||
arch=(any)
|
||||
url="https://gitea.konchin.com/package/hl-base-meta"
|
||||
license=('0BSD')
|
||||
depends=(
|
||||
'htop'
|
||||
'tree'
|
||||
'fish'
|
||||
'git'
|
||||
'git-lfs'
|
||||
'vim'
|
||||
)
|
||||
optdepends=(
|
||||
'hl-core-meta: core meta package'
|
||||
'hl-workstation-meta: workstation meta package'
|
||||
)
|
||||
Reference in New Issue
Block a user