blob: 306acdfad97b536bab515a13e491c1316867f169 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = qrun-code-git
pkgdesc = A lightweight CLI tool to compile and run C, C++, Python, and Go instantly.
pkgver = 1.0.3
pkgrel = 1
url = https://github.com/lanierc/qrun
arch = any
license = MIT
makedepends = git
depends = gcc
depends = python
depends = go
source = git+https://github.com/lanierc/qrun.git
sha256sums = SKIP
pkgname = qrun-code-git
|