mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Safe download sources
Use safe download sources for various packages, and fix several styling issues.
This commit is contained in:
@@ -6,17 +6,18 @@ LuaFileSystem offers a portable way to access the underlying directory \
|
||||
structure and file attributes.
|
||||
"
|
||||
HOMEPAGE="http://keplerproject.github.io/luafilesystem/"
|
||||
SOURCE_URI="git+https://github.com/keplerproject/luafilesystem.git#2fd989cd6c777583be1c93616018c55b2cbb1bcf"
|
||||
COPYRIGHT="2004-2012 Kepler Project"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/keplerproject/luafilesystem/archive/2fd989cd6c777583be1c93616018c55b2cbb1bcf.tar.gz"
|
||||
CHECKSUM_SHA256="7e9e0b591bcceae44ed6891f9c47407be60e14abf241b485c0543bce5dc873bb"
|
||||
SOURCE_DIR="luafilesystem-2fd989cd6c777583be1c93616018c55b2cbb1bcf"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
SOURCE_DIR=""
|
||||
|
||||
PROVIDES="
|
||||
luafilesystem = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lua >= 5.2
|
||||
@@ -25,7 +26,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
lua_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:make
|
||||
|
||||
Reference in New Issue
Block a user