Init: add LICENSE and PKGBUILD
All checks were successful
Build package / build-package (push) Successful in 19s
All checks were successful
Build package / build-package (push) Successful in 19s
This commit is contained in:
42
PKGBUILD
Normal file
42
PKGBUILD
Normal file
@@ -0,0 +1,42 @@
|
||||
# Maintainer: Yi-Ting Shih <ytshih@konchin.com>
|
||||
pkgname=hl-workstation-meta
|
||||
pkgver=0.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Workstation meta package for konchin.com homelab"
|
||||
arch=(any)
|
||||
url="https://gitea.konchin.com/package/hl-workstation-meta"
|
||||
license=('0BSD')
|
||||
depends=(
|
||||
# Inherit from base
|
||||
'hl-base-meta'
|
||||
# System
|
||||
'linux-headers'
|
||||
'man-db'
|
||||
'man-pages'
|
||||
'nftables'
|
||||
'audit'
|
||||
'fail2ban'
|
||||
# Tools
|
||||
'ansible'
|
||||
'bind'
|
||||
'docker'
|
||||
'shellcheck'
|
||||
'yq'
|
||||
'fluxcd'
|
||||
'kustomize'
|
||||
'neovim'
|
||||
'rsync'
|
||||
'tmux'
|
||||
# Language
|
||||
'deno'
|
||||
'go'
|
||||
'nodejs'
|
||||
'npm'
|
||||
'pnpm'
|
||||
'rust'
|
||||
'ts-node'
|
||||
'typescript'
|
||||
'go-jsonnet'
|
||||
)
|
||||
provides=('hl-meta')
|
||||
conflicts=('hl-meta')
|
||||
Reference in New Issue
Block a user