mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-09 06:16:38 +02:00
testing/lua-srcdiet: rename luasrcdiet to lua-srcdiet
This commit is contained in:
parent
d5ca33f5ae
commit
47866b8904
@ -1,6 +1,7 @@
|
||||
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
||||
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||
pkgname=luasrcdiet
|
||||
pkgname=lua-srcdiet
|
||||
_pkgname=luasrcdiet
|
||||
pkgver=0.3.0
|
||||
pkgrel=0
|
||||
pkgdesc="Compresses Lua source code by removing unnecessary characters"
|
||||
@ -9,8 +10,8 @@ arch="noarch"
|
||||
license="MIT"
|
||||
depends="lua"
|
||||
makedepends="lua-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/$pkgname/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/$_pkgname/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
options="!check" # upstream does not provide tests yet
|
||||
|
||||
package() {
|
||||
@ -20,7 +21,7 @@ package() {
|
||||
mkdir -p "$pkgdir"/$lmod_dir
|
||||
cp -r $pkgname "$pkgdir"/$lmod_dir/
|
||||
|
||||
install -D -m 755 bin/$pkgname "$pkgdir"/usr/bin/$pkgname
|
||||
install -D -m 755 bin/$_pkgname "$pkgdir"/usr/bin/$_pkgname
|
||||
}
|
||||
|
||||
sha512sums="3703c0dbcff7610ab375a41971ab3a7cc3db86b0b49dec52f3f9b6ca7ebea7b84dd144f8dc0b042453f6b1b880b61fe8a756231a1bed3d304fda7d2a831a49ab luasrcdiet-0.3.0.tar.gz"
|
||||
sha512sums="3703c0dbcff7610ab375a41971ab3a7cc3db86b0b49dec52f3f9b6ca7ebea7b84dd144f8dc0b042453f6b1b880b61fe8a756231a1bed3d304fda7d2a831a49ab lua-srcdiet-0.3.0.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user