blob: e25f24210d76c690555df01a5126bcfcbf1ad71c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = clue
pkgdesc = Clue is a programming language that compiles blazingly fast into Lua code with a syntax similar to languages like C or Rust.
pkgver = 3.4.7
pkgrel = 1
url = https://github.com/ClueLang/Clue
arch = x86_64
arch = i686
arch = aarch64
arch = armv7h
arch = arm
license = MIT
makedepends = cargo
makedepends = rust
source = git+https://github.com/ClueLang/Clue.git#tag=v3.4.7
sha256sums = SKIP
pkgname = clue
|