blob: 0031f0484d20b237fe6af5e7c4ca74621e0232c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
conflicts = pluto
source = pluto-git::git+https://github.com/PlutoLang/Pluto#tag=0.8.1
sha256sums = SKIP
pkgname = plutolang
|