From 9d6cb584a0956778a760bfc2da926f940870bb96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 9 Nov 2021 17:30:59 -0300 Subject: [PATCH] New package: sympow-2.023.6 --- srcpkgs/sympow/template | 24 ++++++++++++++++++++++++ srcpkgs/sympow/update | 1 + 2 files changed, 25 insertions(+) create mode 100644 srcpkgs/sympow/template create mode 100644 srcpkgs/sympow/update diff --git a/srcpkgs/sympow/template b/srcpkgs/sympow/template new file mode 100644 index 000000000000..0cbf01b30205 --- /dev/null +++ b/srcpkgs/sympow/template @@ -0,0 +1,24 @@ +# Template file for 'sympow' +pkgname=sympow +version=2.023.6 +revision=1 +wrksrc=${pkgname}-v${version} +build_style=configure +make_build_target=all +hostmakedepends="which pari help2man" +short_desc="Computes special values of symmetric power elliptic curve L-functions" +maintainer="Gonzalo TornarĂ­a " +license="BSD-2-Clause" +homepage="https://gitlab.com/rezozer/forks/sympow" +changelog="https://gitlab.com/rezozer/forks/sympow/-/raw/master/HISTORY" +distfiles="https://gitlab.com/rezozer/forks/sympow/-/archive/v${version}/sympow-v${version}.tar.bz2" +checksum=d153530dfdd46da05c954121640e50771064536fedc22c7fef24fb11083172ef +nocross=yes # runs binaries built for target + +do_configure() { + PREFIX=/usr ./Configure +} + +post_install() { + vlicense COPYING +} diff --git a/srcpkgs/sympow/update b/srcpkgs/sympow/update new file mode 100644 index 000000000000..943b1cd66547 --- /dev/null +++ b/srcpkgs/sympow/update @@ -0,0 +1 @@ +site=https://gitlab.com/rezozer/forks/sympow/tags