Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions srcpkgs/icecream/files/iceccd/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
exec 2>&1
PROG="iceccd"
USER="icecc"
OPTIONS="$OPTIONS --user-uid $USER"
exec $PROG $OPTIONS
21 changes: 21 additions & 0 deletions srcpkgs/icecream/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Template file for 'icecream'
pkgname=icecream
version=1.4.0
revision=1
build_style=gnu-configure
configure_args="--disable-Werror --enable-shared --disable-static"
hostmakedepends="pkg-config asciidoc"
makedepends="libcap-ng-devel lzo-devel libzstd-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'

Check failure on line 16 in srcpkgs/icecream/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

new accounts should be prefixed with underscore

post_install() {
vlicense COPYING

Check failure on line 19 in srcpkgs/icecream/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

license GPL-2.0-or-later should not be installed
vsv iceccd
}
Loading