mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
New package: icecream-1.4.0
This commit is contained in:
parent
936ba47e70
commit
104e209c79
2 changed files with 27 additions and 0 deletions
6
srcpkgs/icecream/files/iceccd/run
Normal file
6
srcpkgs/icecream/files/iceccd/run
Normal 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
21
srcpkgs/icecream/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue