You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jade-tui/PKGBUILD

21 lines
554 B
Bash

# Maintainer: echo -n 'bWF0dEBnZXRjcnlzdC5hbA==' | base64 --decode
pkgname=jade_tui
pkgver=1.0.0
pkgrel=1
pkgdesc="TUI for installing the system with jade"
license=('GPL3')
arch=('any')
url="https://github.com/crystal-linux/jade-tui"
source=("jade-tui" "locales")
depends=('jade' 'gum' 'openssl')
md5sums=('f8bfed0ea3f1b5e85138b0c8b4770e48'
'cba37f460dcf5f678043df39d6378c35')
package() {
mkdir -p ${pkgdir}/usr/{share/jade-tui,bin}
chmod +x jade-tui
cp jade-tui ${pkgdir}/usr/bin/.
cp locales ${pkgdir}/usr/share/jade-tui/.
}