New package: icecream-1.4.0

This commit is contained in:
Ismael Luceno 2024-09-04 19:15:41 +02:00
parent 936ba47e70
commit 104e209c79
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/sh
exec 2>&1
PROG="iceccd"
USER="icecc"
OPTIONS="$OPTIONS --user-uid $USER"
exec $PROG $OPTIONS

21
srcpkgs/icecream/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'icecream'
pkgname=icecream
version=1.4.0
revision=0
build_style=gnu-configure
configure_args="--disable-Werror --enable-shared --disable-static"
hostmakedepends="pkg-config asciidoc"
makedepends="libcap-ng-devel lzo-devel zstd-devel libarchive-devel"
short_desc="Distributed compilation daemon"
maintainer="Ismael Luceno <ismael@iodev.co.uk>"
license="GPL-2.0-or-later"
homepage="https://en.opensuse.org/Icecream"
distfiles="https://github.com/icecc/icecream/releases/download/${version%.0}/icecc-${version}.tar.xz"
checksum=7d750e8b866215f8b8e93404a75a8d5a9b1c1a675565af847e4d24964ec7d66b
system_accounts='icecc'
post_install() {
vlicense COPYING
vsv iceccd
}