summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bd21bc28572a48db80a7c40a69c24971e8d22717 (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=3
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"
}