Skip to content

Commit 1afc2ea

Browse files
committed
feat: Finalize build process using builtin type
1 parent 0ddf351 commit 1afc2ea

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

fplot-1.0.3-3.rockspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
package = "fplot"
2+
version = "1.0.3-1"
3+
source = {
4+
url = "git+https://github.com/ItsMeForLua/fplot.git",
5+
tag = "v1.0.3"
6+
}
7+
description = {
8+
summary = "A declarative plotting library for Fennel and Lua, powered by Gnuplot.",
9+
homepage = "https://github.com/ItsMeForLua/fplot",
10+
license = "LGPL-3.0"
11+
}
12+
dependencies = {
13+
"lua >= 5.1",
14+
"fennel >= 1.0.0",
15+
"luarocks-build-fennel >= 0.1"
16+
}
17+
build = {
18+
type = "builtin",
19+
build_helper = "luarocks-build-fennel",
20+
modules = {
21+
fplot = "fplot.fnl"
22+
}
23+
}

0 commit comments

Comments
 (0)