Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions srcpkgs/coremark/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Template file for 'coremark'
pkgname=coremark
version=1.01
revision=1
archs="x86_64*" # Upstream port limited to Linux x86_64
build_style=gnu-makefile
make_use_env=yes # Upstream uses nonstandard env vars in makefile
make_build_target=compile
short_desc="Simple industry-standard benchmark to test a processor core"
maintainer="Dakota Richline <drichline@protonmail.com>"
license="Apache-2.0"
homepage=https://www.eembc.org/coremark/
distfiles="https://github.com/eembc/coremark/archive/refs/tags/v${version}.tar.gz"
checksum=99c5a6d63af85a281b4e4d6ccb522c446653c435dfec9455ad73ef9e71f28bde
make_check=no # CoreMark's check target requires coremark.md5, which is not included in the release tarball

do_install() {
vbin coremark.exe coremark
}

post_install() {
vdoc README.md # Usage information
}