ports: Add cbench port
Some checks failed
Build and test / build (push) Failing after 1m37s

This commit is contained in:
apio 2024-09-23 19:51:42 +02:00
parent fd26f40938
commit c21fc2a297
Signed by: apio
GPG Key ID: B8A7D06E42258954

25
ports/cbench/PACKAGE Normal file
View File

@ -0,0 +1,25 @@
# Basic information
name="cbench"
version="1.0"
# Download options
format="git"
url="https://git.cloudapio.eu/apio/cbench.git"
# Build instructions
do_configure()
{
:
}
do_build()
{
cd $srcdir
make
}
do_install()
{
cd $srcdir
make DESTDIR=$DESTDIR/usr install
}