mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/ocamlbuild: add missing dependency cmd:tput (ncurses)
This commit is contained in:
parent
ac17cc5990
commit
734cc08553
@ -8,6 +8,7 @@ url="https://github.com/ocaml/ocamlbuild"
|
|||||||
arch="all !x86 !armhf !s390x" #ocaml not avail on excluded platforms
|
arch="all !x86 !armhf !s390x" #ocaml not avail on excluded platforms
|
||||||
license="LGPL-2.0-or-later-WITH-linking-exception"
|
license="LGPL-2.0-or-later-WITH-linking-exception"
|
||||||
checkdepends="ocaml-compiler-libs ocaml-findlib"
|
checkdepends="ocaml-compiler-libs ocaml-findlib"
|
||||||
|
depends="cmd:tput"
|
||||||
makedepends="ocaml"
|
makedepends="ocaml"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml/$pkgname/archive/$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml/$pkgname/archive/$pkgver.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user