SPELL=luafilesystem VERSION=1.7.0 VERSIONX=${VERSION//./_} SOURCE=${SPELL}-${VERSION}.tar.gz SOURCE_URL[0]=https://github.com/keplerproject/${SPELL}/archive/v${VERSIONX}.tar.gz SOURCE_HASH=sha512:85ceb343e9709a4e989564f2e0ae3e755de4d7ecc4060bcac5cf59d5e27526cda3ed2bfeb86b06594eb60b6f51f200b277a3218dbce7cd02414b054ff118e5be SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSIONX}" WEB_SITE=https://keplerproject.github.io/luafilesystem/ LICENSE[0]=MIT ENTERED=20080110 SHORT="File System Library for the Lua Programming Language" cat << EOF LuaFileSystem (lfs) is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. EOF