mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
main/lua-aports: depend on abuild
sh: .: line 0: can't open '/usr/share/abuild/functions.sh': No such file or directory
This commit is contained in:
parent
5931d4c5bd
commit
a24cc087a2
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=lua-aports
|
||||
pkgver=1.2.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Lua modules for parsing aports tree"
|
||||
url="https://dev.alpinelinux.org/archive/lua-aports/"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
_luaver=5.4
|
||||
depends="lua$_luaver-cjson lua$_luaver-filesystem lua$_luaver-optarg lua$_luaver"
|
||||
depends="abuild lua$_luaver-cjson lua$_luaver-filesystem lua$_luaver-optarg lua$_luaver"
|
||||
checkdepends="lua$_luaver-penlight lua$_luaver-busted lua$_luaver-posix"
|
||||
replaces="abuild"
|
||||
source="$pkgname-$pkgver.tar.gz::https://gitlab.alpinelinux.org/alpine/lua-aports/-/archive/$pkgver/lua-aports-$pkgver.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue