chore: moved archlinux pkgbuild script
This commit is contained in:
parent
a8e9ed95e6
commit
5767a8fd47
1 changed files with 9 additions and 9 deletions
|
|
@ -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}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue