From 47f917e2482d959a7ff58ecf11784c7010bbe072 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 30 Jul 2021 19:56:39 -0400 Subject: [PATCH] main/amfora: Add version 1.8.0 --- main/amfora/build | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 main/amfora/build diff --git a/main/amfora/build b/main/amfora/build new file mode 100644 index 0000000..9dc02bb --- /dev/null +++ b/main/amfora/build @@ -0,0 +1,15 @@ +# Maintainer: earnest ma +name=amfora +version=1.8.0 +rev=0 +type=file +url="https://github.com/makeworld-the-better-one/amfora" +description="A fancy terminal browser for the Gemini protocol" + +source="https://github.com/makeworld-the-better-one/amfora/releases/download/v${version}/amfora_${version}_linux_64-bit" + +sha512sums="c7ef7ccb4bd4d740cf15742b3ad891511da21301940b3e25d031b59acd0490be03537ebd83fb2a83cd972cf54dab3284fb6690e2e226763213cdfb6a410b17c5 amfora_1.8.0_linux_64-bit" + +steps(){ + cin-bin amfora_${version}_linux_64-bit $builddir/usr/bin/amfora +}