diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
commit | 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch) | |
tree | 1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/lua-file_slurp | |
parent | 66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff) | |
download | aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2 aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz |
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/lua-file_slurp')
-rw-r--r-- | testing/lua-file_slurp/APKBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/lua-file_slurp/APKBUILD b/testing/lua-file_slurp/APKBUILD deleted file mode 100644 index 7a1afb2642..0000000000 --- a/testing/lua-file_slurp/APKBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=lua-file_slurp -pkgver=0.001001 -pkgrel=0 -pkgdesc="Lua module for easily read/write entire files from/to a string" -url="https://gist.github.com/1325400/" -arch="noarch" -license="MIT" -depends="" -depends_dev="" -makedepends="wget" -install="" -subpackages= -source="https://raw.github.com/gist/1325400/c6a64d8ad9605bcfdaa79d4cdadeb86e4c1d77ee/file_slurp.lua" - -_luasharedir=/usr/share/lua/5.1 -build() { - return 0 -} - -package() { - install -D "$srcdir"/file_slurp.lua \ - "$pkgdir"$_luasharedir/file_slurp.lua -} - -md5sums="2e9874a54acf600050c910c1bfa6841b file_slurp.lua" |