summaryrefslogtreecommitdiff
path: root/repo/tip/icecream.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-17 17:39:57 +0000
committerdavidovski <david@davidovski.xyz>2022-01-17 17:39:57 +0000
commitd6a5183ad3b83652a9e473606a51c3c2620da5ce (patch)
tree6232e473cd7340ce8fde0cb23058ef64e1da31f8 /repo/tip/icecream.xibuild
parent37cb49de0338e880b626fcbb9b0150a87531fedd (diff)
moved tip to skip
Diffstat (limited to 'repo/tip/icecream.xibuild')
-rw-r--r--repo/tip/icecream.xibuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/repo/tip/icecream.xibuild b/repo/tip/icecream.xibuild
deleted file mode 100644
index 19beab4..0000000
--- a/repo/tip/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
-}