Search Criteria
Package Details: sibs r316.ed3a24e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sibs.git (read-only, click to copy) |
---|---|
Package Base: | sibs |
Description: | A simple cross-platform build system and package manager for c, c++ and zig. Inspired by rusts cargo |
Upstream URL: | https://git.dec05eba.com/sibs |
Licenses: | GPL-3.0-only |
Submitter: | DEC05EBA |
Maintainer: | DEC05EBA |
Last Packager: | DEC05EBA |
Votes: | 3 |
Popularity: | 0.172072 |
First Submitted: | 2024-11-15 18:35 (UTC) |
Last Updated: | 2024-11-16 08:23 (UTC) |
Dependencies (7)
- ccache (ccache-gitAUR)
- cmake (cmake-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libarchive (libarchive-gitAUR)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR)
- lld (llvm-rocm-gitAUR, llvm-gitAUR) (optional) – For using the LLVM linker which is faster than the gold linker
- mold (mold-gitAUR) (optional) – For using the mold linker which is faster than the lld/gold linker
Required by (1)
- quickmedia (make)
Latest Comments
haawda commented on 2022-11-12 13:47 (UTC)
This package uses a tarball, so it should not have the git suffix in name.
MarsSeed commented on 2022-03-17 00:11 (UTC)
Hi,
Currently this is not a
'-git'
VCS package.Please change it so that its source is declared as
git+https://repo.dec05eba.com/sibs.git
,and the PKGBUILD should implement an appropriate
pkgver()
function.