curlie - power of curl, ease of httpie
This commit is contained in:
parent
809715742a
commit
ff13b1fd32
2 changed files with 19 additions and 0 deletions
|
@ -19,6 +19,8 @@ done
|
||||||
- v1.2.1 - https://github.com/misterdanb/avizo
|
- v1.2.1 - https://github.com/misterdanb/avizo
|
||||||
- bore - Bore is a simple CLI tool for making tunnels to localhost
|
- bore - Bore is a simple CLI tool for making tunnels to localhost
|
||||||
- v0.5.0 - https://github.com/ekzhang/bore
|
- 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
|
- doas-sudo-shim - Sudo shim for doas
|
||||||
- v0.1.1 - https://github.com/jirutka/doas-sudo-shim
|
- v0.1.1 - https://github.com/jirutka/doas-sudo-shim
|
||||||
- findex - Findex is an application finder written in Rust that uses GTK3
|
- findex - Findex is an application finder written in Rust that uses GTK3
|
||||||
|
|
17
srcpkgs/curlie/template
Normal file
17
srcpkgs/curlie/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue