Skip to content

Commit 0ddf351

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

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

fplot-1.0.3-2.rockspec

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

0 commit comments

Comments
 (0)