blob: 34c61694077cfe267fe53ddadd340ad3ed054073 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = phasor-git
pkgdesc = Phasor Programming Language Toolchain
pkgver = 3.3.0.git
pkgrel = 1
url = https://github.com/DanielLMcGuire/Phasor
install = phasor.install
arch = x86_64
license = 0BSD
makedepends = gcc
makedepends = cmake
makedepends = ninja
makedepends = python
makedepends = python-installer
makedepends = python-build
optdepends = gcc: For building Phasor Native wrappers.
optdepends = python: For manipulating bytecode
optdepends = lief: For extracting native bytecode
conflicts = phasor
conflicts = phasor-dev
options = strip
options = !debug
source = git+https://github.com/DanielLMcGuire/Phasor.git
sha256sums = SKIP
pkgname = phasor-git
|