blob: aab0a63384430a6e1945faee64e9fc5ddfc75c02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = plutolang
pkgdesc = A superset of Lua 5.4 — with unique features, optimizations, and improvements.
pkgver = 0.8.1
pkgrel = 1
url = https://github.com/PlutoLang/Pluto
arch = x86_64
license = MIT
makedepends = git
depends = glibc
depends = gcc-libs
depends = readline
source = pluto-git::git+https://github.com/PlutoLang/Pluto#tag=0.8.1
sha256sums = SKIP
pkgname = plutolang
|