From c25b6890891c7ef34e129c8c54efdf2993234aa0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 17:18:43 +0100 Subject: moved xibuilds to another repo --- xibuilds/bc.xibuild | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 xibuilds/bc.xibuild (limited to 'xibuilds/bc.xibuild') diff --git a/xibuilds/bc.xibuild b/xibuilds/bc.xibuild deleted file mode 100644 index 0d6da1c..0000000 --- a/xibuilds/bc.xibuild +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -DEPS=(readline) - -SOURCE=https://github.com/gavinhoward/bc -DESC="An arbitrary precision numeric processing language" - -build () { - CC=gcc ./configure --prefix=/usr -G -O3 - make - make test - make DESTDIR=$PKG_DEST install -} - - -- cgit v1.2.1