From ca7bb778ebc51f8dc53e74d91811063f75fca8ef Mon Sep 17 00:00:00 2001 From: "B. Wilson" Date: Mon, 19 Aug 2019 10:44:33 +0900 Subject: [PATCH] New package: metamath-0.183 --- srcpkgs/metamath/template | 25 +++++++++++++++++++++++++ srcpkgs/metamath/update | 2 ++ 2 files changed, 27 insertions(+) create mode 100644 srcpkgs/metamath/template create mode 100644 srcpkgs/metamath/update diff --git a/srcpkgs/metamath/template b/srcpkgs/metamath/template new file mode 100644 index 00000000000..c7e35264cab --- /dev/null +++ b/srcpkgs/metamath/template @@ -0,0 +1,25 @@ +# Template file for 'metamath' +pkgname=metamath +version=0.183 +revision=1 +archs="~arm*" +wrksrc="metamath-exe-${version}" +build_style=gnu-configure +hostmakedepends="autoconf automake" +short_desc="Proof verifier based on a minimalist metalogic" +maintainer="B. Wilson " +license="GPL-2.0-or-later, C0-1.0" +homepage="http://us.metamath.org/" +distfiles="https://github.com/metamath/metamath-exe/archive/v${version}.tar.gz + http://us2.metamath.org/downloads/metamath.pdf" +checksum="5c60de534c52269da4e049b35ed5ba2471776b894beaf32c8e3e25d4f41ef6a0 + 245ebab16d148a9772f6c3751ba8f34ee15bed6bbb61a464f4c2a2f9c56f8059" +skip_extraction="metamath.pdf" + +pre_configure() { + autoreconf -i +} + +post_install() { + vdoc "${XBPS_SRCDISTDIR}/${pkgname}-${version}/metamath.pdf" +} diff --git a/srcpkgs/metamath/update b/srcpkgs/metamath/update new file mode 100644 index 00000000000..d968c96b084 --- /dev/null +++ b/srcpkgs/metamath/update @@ -0,0 +1,2 @@ +site=http://us.metamath.org/index.html +pattern="metamath program \(version \K[\d.]+"