fix binary name error
This commit is contained in:
parent
b79c1d01a0
commit
417446a3d3
@ -1,12 +1,13 @@
|
||||
pkgname=asset-tool-git
|
||||
pkgver=0.4.5.r148
|
||||
_name=asset-tool
|
||||
pkgname=$_name-git
|
||||
pkgrel=1
|
||||
pkgdesc="A tool for quickly downloading many Roblox assets."
|
||||
arch=('x86_64')
|
||||
url="https://git.itzana.me/StrafesNET/asset-tool"
|
||||
url="https://git.itzana.me/StrafesNET/$_name"
|
||||
license=('MIT')
|
||||
makedepends=('cargo')
|
||||
source=("$pkgname::git+https://git.itzana.me/StrafesNET/asset-tool")
|
||||
source=("$pkgname::git+https://git.itzana.me/StrafesNET/$_name")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
@ -44,5 +45,5 @@ check() {
|
||||
|
||||
package() {
|
||||
cd $pkgname
|
||||
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
|
||||
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$_name"
|
||||
}
|
||||
|
@ -1,12 +1,13 @@
|
||||
pkgname=map-tool-git
|
||||
pkgver=1.5.1.r101
|
||||
_name=map-tool
|
||||
pkgname=$_name-git
|
||||
pkgrel=1
|
||||
pkgdesc="A tool for working with bhop and surf maps."
|
||||
arch=('x86_64')
|
||||
url="https://git.itzana.me/StrafesNET/map-tool"
|
||||
url="https://git.itzana.me/StrafesNET/$_name"
|
||||
license=('MIT')
|
||||
makedepends=('cargo')
|
||||
source=("$pkgname::git+https://git.itzana.me/StrafesNET/map-tool")
|
||||
source=("$pkgname::git+https://git.itzana.me/StrafesNET/$_name")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
@ -43,5 +44,5 @@ check() {
|
||||
|
||||
package() {
|
||||
cd $pkgname
|
||||
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
|
||||
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$_name"
|
||||
}
|
||||
|
@ -1,12 +1,13 @@
|
||||
pkgname=mapfixer
|
||||
pkgver=1.1.1.r111
|
||||
_name=mapfixer
|
||||
pkgname=$_name-git
|
||||
pkgrel=1
|
||||
pkgdesc="A tool for reviewing bhop and surf maps."
|
||||
arch=('x86_64')
|
||||
url="https://git.itzana.me/StrafesNET/mapfixer"
|
||||
url="https://git.itzana.me/StrafesNET/$_name"
|
||||
license=('MIT')
|
||||
makedepends=('cargo')
|
||||
source=("$pkgname::git+https://git.itzana.me/StrafesNET/mapfixer")
|
||||
source=("$pkgname::git+https://git.itzana.me/StrafesNET/$_name")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
@ -43,5 +44,5 @@ check() {
|
||||
|
||||
package() {
|
||||
cd $pkgname
|
||||
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
|
||||
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$_name"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user