From ff13b1fd3231460923e135572bcc7b797e93dbde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Tue, 14 Nov 2023 23:30:39 -0800 Subject: [PATCH] curlie - power of curl, ease of httpie --- README.md | 2 ++ srcpkgs/curlie/template | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 srcpkgs/curlie/template diff --git a/README.md b/README.md index 41ab19b..cc09a0c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ done - v1.2.1 - https://github.com/misterdanb/avizo - bore - Bore is a simple CLI tool for making tunnels to localhost - v0.5.0 - https://github.com/ekzhang/bore +- curlie - The power of curl, the ease of use of httpie. + - v1.7.2 - https://github.com/rs/curlie - doas-sudo-shim - Sudo shim for doas - v0.1.1 - https://github.com/jirutka/doas-sudo-shim - findex - Findex is an application finder written in Rust that uses GTK3 diff --git a/srcpkgs/curlie/template b/srcpkgs/curlie/template new file mode 100644 index 0000000..77e2be4 --- /dev/null +++ b/srcpkgs/curlie/template @@ -0,0 +1,17 @@ +# Template file for 'curlie' +pkgname=curlie +version=1.7.2 +revision=1 +build_style=go +go_import_path="github.com/rs/curlie" +depends="curl" +short_desc="The power of curl, the ease of use of httpie." +maintainer="Lilian Jónsdóttir " +license="MIT" +homepage="https://${go_import_path}" +distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" +checksum=b2ced685c6d2cde951cbd894ecc16df2f987f9d680830bcf482a7dcd22165116 + +post_install () { + vlicense LICENSE +}