blob: cb67ed6ff34a1f67ae8913e2d5496eeed00ca724 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = sibs
pkgdesc = A simple cross-platform build system and package manager for c, c++ and zig. Inspired by rusts cargo
pkgver = r316.ed3a24e
pkgrel = 1
url = https://git.dec05eba.com/sibs
arch = x86_64
license = GPL-3.0-only
depends = curl
depends = libarchive
depends = ninja
depends = cmake
depends = ccache
optdepends = mold: For using the mold linker which is faster than the lld/gold linker
optdepends = lld: For using the LLVM linker which is faster than the gold linker
source = sibs-r316.ed3a24e.tar.gz::https://dec05eba.com/snapshot/sibs.git.r316.ed3a24e.tar.gz
sha512sums = c3f4f04134dbccecb153bea3b99981fc5e75e27fa8e62dc41fd8d40e81ac4265e242559b19f79fce93d5b95dfafd5bd03d1f8e5fac2ec591939bc4648aedb18f
pkgname = sibs
|