From cb447620084a20be80d116c81c2e9ec110be7118 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 01:23:51 +0000 Subject: restructured repo system --- repo/core/bc.xibuild | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 repo/core/bc.xibuild (limited to 'repo/core/bc.xibuild') diff --git a/repo/core/bc.xibuild b/repo/core/bc.xibuild deleted file mode 100644 index 160b6f5..0000000 --- a/repo/core/bc.xibuild +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -DEPS=(readline) - -SOURCE=https://github.com/gavinhoward/bc/releases/download/5.2.1/bc-5.2.1.tar.xz -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