summaryrefslogtreecommitdiff
blob: f3e802a7c51aac017d571c61c26307cfcd6305df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

VCS="git"
GITHUB_A="Olivine-Labs"

inherit lua

DESCRIPTION="A small lua module to generate CAPTCHA images using lua-gd"
HOMEPAGE="http://olivinelabs.com/lustache"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE="examples"

DOCS=(README.md)
EXAMPLES=(spec/.)

src_compile() { :; }

each_lua_install() {
	dolua src/*
}