commit 30f7301bd7f3c95a0e68b1339d2f589ed73585f9 Author: Tim Biermann <tbier@posteo.de> Date: Tue Oct 19 19:24:38 2021 +0200 ninja: moved to core diff --git a/ninja/.footprint b/ninja/.footprint deleted file mode 100644 index 307eed5d2..000000000 --- a/ninja/.footprint +++ /dev/null @@ -1,3 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/ninja diff --git a/ninja/.signature b/ninja/.signature deleted file mode 100644 index e029822c7..000000000 --- a/ninja/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Xh66DHT2Z0CRuTs4c5jVsqlMcZ9LCWhO0Bxz1WmQfns9ttX1jePiQgUL60MwJwSg5j5SEjcjnKeczNrLBreqAY= -SHA256 (Pkgfile) = 0471611c948e51f2a81be4c22e1af567caeabbfa87607a423aa4374a53ae98e8 -SHA256 (.footprint) = 0cfb61c9a4fc3f0a8ce76059bbff792e93bd9732ab2a4a9a1f2aa6fffbc10c74 -SHA256 (ninja-v1.10.2.tar.gz) = ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed diff --git a/ninja/Pkgfile b/ninja/Pkgfile deleted file mode 100644 index 9e362f287..000000000 --- a/ninja/Pkgfile +++ /dev/null @@ -1,14 +0,0 @@ -# Description: Small build system with a focus on speed -# URL: https://ninja-build.org/ -# Maintainer: CRUX System Team, core-ports at crux dot nu - -name=ninja -version=1.10.2 -release=1 -source=(https://github.com/$name-build/$name/archive/v$version/$name-v$version.tar.g...) - -build() { - cd $name-$version - /usr/bin/python3 configure.py --bootstrap - install -D -m 0755 $name $PKG/usr/bin/$name -}