# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 github.setup curl wcurl 2024.12.08 v revision 0 checksums rmd160 135d8d07a86bd63acee6aad1dc31f3aff27659b8 \ sha256 9c0615b2c5d6b21da79ff559e75452197330d18449085a18e05f4b623b144a94 \ size 9940 categories net www license Curl maintainers {ryandesign @ryandesign} openmaintainer platforms any supported_archs noarch description a simple wrapper around curl to easily download files long_description ${name} is a simple curl wrapper which lets you use curl \ to download files without having to remember any \ parameters. Simply call wcurl with a list of URLs you want \ to download and wcurl will pick sane defaults. homepage https://curl.se/wcurl/ github.tarball_from archive depends_test port:shunit2 depends_run bin:curl:curl use_configure no build {} test.run yes test.dir ${worksrcpath}/tests test.cmd ./tests.sh test.target destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin xinstall -m 0444 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1 set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -W ${worksrcpath} -m 0644 LICENSE README.md ${destroot}${docdir} }