From 490829ce922fe2c01925c81558928689c2763105 Mon Sep 17 00:00:00 2001 From: Patrick Pichler Date: Mon, 6 Jan 2020 20:47:11 +0100 Subject: [PATCH] New package: rmapi-0.0.8 --- srcpkgs/rmapi/template | 12 ++++++++++++ srcpkgs/rmapi/update | 1 + 2 files changed, 13 insertions(+) create mode 100644 srcpkgs/rmapi/template create mode 100644 srcpkgs/rmapi/update diff --git a/srcpkgs/rmapi/template b/srcpkgs/rmapi/template new file mode 100644 index 00000000000..7151beebbd8 --- /dev/null +++ b/srcpkgs/rmapi/template @@ -0,0 +1,12 @@ +# Template file for 'rmapi' +pkgname=rmapi +version=0.0.8 +revision=1 +build_style=go +go_import_path=github.com/juruen/rmapi +short_desc="CLI for accessing reMarkable table files through the cloud api" +maintainer="Patrick Pichler " +license="GPL-3.0-or-later" +homepage="https://github.com/juruen/rmapi" +distfiles="https://github.com/juruen/rmapi/archive/v${version}${_status}.tar.gz" +checksum=799f0c86e5ac08485a10235e09c0551543380745aa3a876cba5143ec2cf8f5a4 diff --git a/srcpkgs/rmapi/update b/srcpkgs/rmapi/update new file mode 100644 index 00000000000..7f12d0915a2 --- /dev/null +++ b/srcpkgs/rmapi/update @@ -0,0 +1 @@ +pattern="/archive/\K[\d.]+(?=)"