Luna/ports/cbench/PACKAGE

26 lines
286 B
Plaintext
Raw Permalink Normal View History

2024-09-23 17:51:42 +00:00
# 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
}