curlie - power of curl, ease of httpie

This commit is contained in:
Lilian Jónsdóttir 2023-11-14 23:30:39 -08:00
parent 809715742a
commit ff13b1fd32
2 changed files with 19 additions and 0 deletions

View file

@ -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

17
srcpkgs/curlie/template Normal file
View file

@ -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 <lilian.jonsdottir@gmail.com>"
license="MIT"
homepage="https://${go_import_path}"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum=b2ced685c6d2cde951cbd894ecc16df2f987f9d680830bcf482a7dcd22165116
post_install () {
vlicense LICENSE
}