From e5170f6abd66212fa32fbe64fb0d73ff9ea78b4a Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Sat, 31 May 2014 18:59:38 +0000 Subject: testing/lua-file_slurp: remove upstream is removed --- testing/lua-file_slurp/APKBUILD | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 testing/lua-file_slurp/APKBUILD (limited to 'testing') 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