diff options
author | psykose <alice@ayaya.dev> | 2023-06-27 11:55:07 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-06-27 13:55:07 +0200 |
commit | eb615cfe36e8ace329bc1ff3012d58811ef125fc (patch) | |
tree | d3fb2594c36ddd6ef0c3b9a445d912819d9e16b1 /unmaintained/lua-imlib2 | |
parent | ce94b038c2714e4eaf5de04566a0fa5b2cd89051 (diff) | |
download | aports-eb615cfe36e8ace329bc1ff3012d58811ef125fc.zip |
unmaintained/*: remove
this folder is not built, and there's no value in keeping around things
that are just in the git history already. the files alone aren't used
and don't have any value.
if someone wants to bring something back from here, they can just do
so regardless.
Diffstat (limited to 'unmaintained/lua-imlib2')
-rw-r--r-- | unmaintained/lua-imlib2/APKBUILD | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/unmaintained/lua-imlib2/APKBUILD b/unmaintained/lua-imlib2/APKBUILD deleted file mode 100644 index 0e1e8155551..00000000000 --- a/unmaintained/lua-imlib2/APKBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=lua-imlib2 -pkgver=0.1 -pkgrel=3 -pkgdesc="A LUA binding to the Imlib2 image manipulation library" -url="https://github.com/asb/lua-imlib2" -arch="all" -license="MIT" -depends= -makedepends="lua-dev imlib2-dev" -install= -source="http://luaforge.net/frs/download.php/3042/lua-imlib2-$pkgver.tar.gz" -source="$pkgname-$pkgver.tar.gz::https://github.com/asb/lua-imlib2/archive/refs/tags/$pkgver.tar.gz" - -_builddir="$srcdir"/$pkgname-$pkgver - -prepare() { - cd "$_builddir" - # apply patches here -} - -build() { - cd "$_builddir" - make || return 1 -} - -package() { - cd "$_builddir" - install -D limlib2.so "$pkgdir"/usr/lib/lua/5.1/limlib2.so - install -D imlib2.lua "$pkgdir"/usr/share/lua/5.1/imlib2.lua -} - -sha512sums=" -bfd013a25655320aeadf5d340d5442828d6402cc3b1283706ccb14db406f113ee0dd9a1e44ad8c2752356b9fc7a385f1f8c67a27870807a4f4c11e1deb761535 lua-imlib2-0.1.tar.gz -" |