From bbfaa93ece8ddfd500d7d000095f8fb634f8b993 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sat, 10 Oct 2020 19:32:12 +0200 Subject: [PATCH] RandomX: remove package --- srcpkgs/RandomX/template | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 srcpkgs/RandomX/template diff --git a/srcpkgs/RandomX/template b/srcpkgs/RandomX/template deleted file mode 100644 index 8d2bba4f93d..00000000000 --- a/srcpkgs/RandomX/template +++ /dev/null @@ -1,20 +0,0 @@ -# Template file for 'RandomX' -pkgname=RandomX -version=1.1.8 -revision=1 -build_style=cmake -short_desc="Proof of work algorithm based on random code execution" -maintainer="Helmut Pozimski " -license="BSD-3-Clause" -homepage="https://github.com/tevador/RandomX" -distfiles="https://github.com/tevador/RandomX/archive/v${version}.tar.gz" -checksum=f982a12d18b1d260bef2a1d3c46ae4902975fbf63abb38ca6413c96d1778db3a - -if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then - CFLAGS+=" -Wl,-latomic" - makedepends="libatomic-devel" -fi - -post_install() { - vlicense LICENSE -}