1 # Maintainer: Pierre Chapuis <catwell@archlinux.us>
6 pkgdesc="Pure-lua implementation of the Markdown text-to-html markup system"
8 url="http://luaforge.net/projects/markdown/"
11 source=(http://luaforge.net/frs/download.php/1702/$pkgname-$pkgver.tar.gz LICENSE.txt)
12 md5sums=(7fdaf6ccf03eb96dc622ba8b6ce402e4 660291b50920d12104c830a02fc02201)
15 install -Dm0644 markdown-$pkgver/markdown.lua \
16 $pkgdir/usr/share/lua/5.1/markdown.lua
17 install -Dm0644 LICENSE.txt \
18 $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt