mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
main/jq: needs libtool to build
This commit is contained in:
parent
929b5faa3d
commit
48ad71a2a5
@ -3,14 +3,14 @@
|
||||
pkgname=jq
|
||||
pkgver=1.6_rc1
|
||||
_pkgver=${pkgver/_}
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A lightweight and flexible command-line JSON processor"
|
||||
url="http://stedolan.github.io/jq/"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev oniguruma-dev automake autoconf"
|
||||
makedepends="$depends_dev oniguruma-dev automake autoconf libtool"
|
||||
install=""
|
||||
subpackages="$pkgname-doc $pkgname-dev"
|
||||
source="https://github.com/stedolan/jq/archive/${pkgname}-${_pkgver}.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user