From 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 3 May 2012 06:19:04 +0000 Subject: testing/*: removed We dont ship testing things in a stable release --- testing/lua-file_slurp/APKBUILD | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 testing/lua-file_slurp/APKBUILD (limited to 'testing/lua-file_slurp') 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 -# Maintainer: Natanael Copa -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" -- cgit v1.2.3