This commit is contained in:
2024-11-04 20:25:40 +11:00
parent f585c85a44
commit e82d65061e
7 changed files with 58 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
pkgname=swat-codegen
pkgver=1.0.5
pkgrel=1
pkgrel=2
pkgdesc="A simple CLI interface to RCPDv3, the rank code management service for the game SWAT: Aftermath"
arch=('any')
url=http://rakka.au/contact
@@ -16,6 +16,6 @@ package() {
install -d usr/bin opt/swat-codegen
cd ${srcdir}/${pkgname}
chmod a+x codegen.sh
cp swat_* codegen.sh ${pkgdir}/opt/swat-codegen
cp class gun armour trait spec talent codegen.sh ${pkgdir}/opt/swat-codegen
ln -s /opt/swat-codegen/codegen.sh /${pkgdir}/usr/bin/rcpd
}