diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-05 14:53:28 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-05 14:54:04 +0100 |
commit | c3f8048d04d82379a19f10760fe2801c3a0669ba (patch) | |
tree | 5440221aaf912b714d335d7f979a419605648577 /testing/lua-lcurses/bootstrap.patch | |
parent | ba01dda3b383b59969819d20506faa39f648f34a (diff) | |
download | aports-c3f8048d04d82379a19f10760fe2801c3a0669ba.tar.bz2 aports-c3f8048d04d82379a19f10760fe2801c3a0669ba.tar.xz |
testing/lua-lcurses: new aport
https://lcurses.github.io/lcurses
Lua bindings for Curses
Resolves #8369 (https://bugs.alpinelinux.org/issues/8369)
Diffstat (limited to 'testing/lua-lcurses/bootstrap.patch')
-rw-r--r-- | testing/lua-lcurses/bootstrap.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/lua-lcurses/bootstrap.patch b/testing/lua-lcurses/bootstrap.patch new file mode 100644 index 0000000000..62cbd87650 --- /dev/null +++ b/testing/lua-lcurses/bootstrap.patch @@ -0,0 +1,17 @@ +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=' |