https://github.com/darealshinji/bsd-fetch
BSD's fetch tool but easier to compile on Linux
https://github.com/darealshinji/bsd-fetch
Last synced: 7 months ago
JSON representation
BSD's fetch tool but easier to compile on Linux
- Host: GitHub
- URL: https://github.com/darealshinji/bsd-fetch
- Owner: darealshinji
- Created: 2023-09-25T16:07:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T22:16:16.000Z (over 1 year ago)
- Last Synced: 2025-01-30T06:41:35.502Z (8 months ago)
- Language: C
- Size: 107 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BSD's fetch tool but easier to compile on Linux.
The sources were taken from [pkgsrc][def1] [tarball][def2] ([net/fetch][def3] and [net/libfetch][def4]).
Build dependencies are libssl, autotools and GNU make: `apt install libssl-dev autoconf automake autotools-dev make`
[def1]: https://www.pkgsrc.org/
[def2]: https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc.tar.xz
[def3]: https://www.pkgsrc.se/net/fetch
[def4]: https://www.pkgsrc.se/net/libfetch
[def5]: https://www.pkgsrc.se/pkgtools/libnbcompat