mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
https://lcurses.github.io/lcurses Lua bindings for Curses Resolves #8369 (https://bugs.alpinelinux.org/issues/8369)
17 lines
608 B
Diff
17 lines
608 B
Diff
Don't require dependencies for running tests and generating documentation.
|
|
|
|
--- a/bootstrap.conf
|
|
+++ b/bootstrap.conf
|
|
@@ -13,11 +13,7 @@
|
|
# List of programs, minimum versions, and download urls required to
|
|
# bootstrap, maintain and release this project.
|
|
|
|
-buildreq='
|
|
- git - http://git-scm.com
|
|
- ldoc 1.4.2 http://rocks.moonscript.org/manifests/steved/ldoc-1.4.2-1.rockspec
|
|
- specl 14.1.0 http://rocks.moonscript.org/manifests/gvvaughan/specl-14.1.0-1.rockspec
|
|
-'
|
|
+buildreq=''
|
|
|
|
# List of slingshot files to link into stdlib tree before autotooling.
|
|
slingshot_files='
|