1 # Maintainer: Linus Sjögren <thelinx@unreliablepollution.net>
5 pkgdesc="A Lua wrapper for the Anyhub API."
8 url="https://github.com/TheLinx/lanyhub"
9 depends=('lua>=5.1' 'lua-curl')
10 conflicts=('lua-anyhub-git')
11 source=(https://github.com/TheLinx/lanyhub/tarball/$pkgver)
12 md5sums=('4349f5f9af4552a4d2caebf6377d976e')
16 cd `find -name TheLinx*`
17 install -Dm0644 anyhub/init.lua \
18 $pkgdir/usr/share/lua/5.1/anyhub/init.lua
19 install -Dm0644 LICENSE \
20 $pkgdir/usr/share/licenses/$pkgname/LICENSE