blob: fe45c1371720e8d058eca65300bb875d8ebbff37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = odin-git
pkgdesc = A fast, concise, readable, pragmatic and open sourced programming language.
pkgver = r14484.e228ef221
pkgrel = 1
url = https://github.com/odin-lang/odin
arch = x86_64
license = BSD
checkdepends = python
makedepends = git
makedepends = clang
makedepends = llvm
makedepends = cmake
depends = glibc
depends = llvm-libs
optdepends = python
provides = odin
conflicts = odin
options = staticlibs
source = git+https://github.com/odin-lang/odin.git
sha256sums = SKIP
pkgname = odin-git
|