chore: moved archlinux pkgbuild script

This commit is contained in:
David Allen 2025-08-24 20:33:05 -06:00
parent a8e9ed95e6
commit 5767a8fd47
Signed by: towk
GPG key ID: 0430CDBE22619155

View file

@ -1,15 +1,15 @@
# Maintainer: David J. Allen <allend@lanl.gov>
pkgname=configurator
# Maintainer: David J. Allen <davidallendj@gmail.com>
pkgname=makeshift
pkgver=v0.1.0alpha
pkgrel=1
pkgdesc="An extensible tool to dynamically generate config files from SMD with Jinja 2 templating support."
pkgdesc="Extensible file cobbler"
arch=("x86_64")
url="https://github.com/OpenCHAMI/configurator"
url="https://git.towk2.me/towk/makeshift"
license=('MIT')
groups=("openchami")
provides=('configurator')
conflicts=('configurator')
https://git.towk2.me/towk/configurator/releases/download/v0.1.0-alpha/configurator
# groups=("towk")
provides=('makeshift')
conflicts=('makeshift')
# https://git.towk2.me/towk/makeshift/releases/download/v0.1.0-alpha/makeshift
source_x86_64=(
"${url}/releases/download/v0.1.0-alpha/${pkgname}.tar.gz"
)
@ -27,7 +27,7 @@ package() {
# install the binary to /usr/bin
mkdir -p "${pkgdir}/usr/bin"
mkdir -p "${pkgdir}/usr/lib/${pkgname}"
install -m755 configurator "${pkgdir}/usr/bin/configurator"
install -m755 makeshift "${pkgdir}/usr/bin/makeshift"
# install plugins to /usr/lib
install -m755 *.so "${pkgdir}/usr/lib/${pkgname}"