summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dd46d0d3fa1d56e94197f2ca6bfdc83ad3eb5f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Matthew Gamble <git@matthewgamble.net>

pkgname=lustache-cli
pkgver=1.0.0
pkgrel=1
pkgdesc="A command-line interface to lustache (mustache templates for lua)."
arch=("any")
url="https://github.com/djmattyg007/lustache-cli"
license=("UNLICENSE")
depends=("lua lua-argparse lua-luajson lustache")
source=("https://github.com/djmattyg007/lustache-cli/archive/${pkgver}.tar.gz")
sha256sums=('90f5790403b269eb37a2258d330572eab9f3036e31e858abdbb7fb02ec584d1a')

package() {
    cd "lustache-cli-${pkgver}"
    install -Dm755 "lustache-cli" "${pkgdir}/usr/bin/lustache-cli"
}