diff options
author | davidovski <david@davidovski.xyz> | 2022-01-15 23:12:11 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-15 23:12:11 +0000 |
commit | 153011e9129c6055ef21c48caf65a23e74a91418 (patch) | |
tree | 3c42f8aae6467b72191b24d37da2d9403fee7f4a /repo/core | |
parent | 08058eeb3f1cf7f34ec23206cdf59b59a5befacf (diff) |
moved icecream to tip for now
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/icecream.xibuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/repo/core/icecream.xibuild b/repo/core/icecream.xibuild deleted file mode 100644 index 19beab4..0000000 --- a/repo/core/icecream.xibuild +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -DEPS=(gcc python libcap-ng lzo libarchive) - -SOURCE=https://github.com/icecc/icecream/releases/download/1.3.1/icecc-1.3.1.tar.xz - -DESC="A build distribution service based on distcc" - - -build () { - ./configure --prefix=/usr - make -} - - -package () { - make DESTDIR=$PKG_DEST install -} |