Skip to content
Snippets Groups Projects
Commit f001ef66 authored by Juraj Lutter's avatar Juraj Lutter
Browse files

misc/trurl: Add new port

trurl is a command line tool for URL parsing and manipulation.

WWW:		https://github.com/curl/trurl
parent 9b184369
No related branches found
No related tags found
No related merge requests found
......@@ -556,6 +556,7 @@
SUBDIR += tlci
SUBDIR += toilet
SUBDIR += translate
SUBDIR += trurl
SUBDIR += ttyrec
SUBDIR += tudu
SUBDIR += tvbrowser
......
PORTNAME= trurl
DISTVERSION= 0.5
CATEGORIES= misc www
MAINTAINER= otis@FreeBSD.org
COMMENT= Command line tool for URL parsing and manipulation
WWW= https://github.com/curl/trurl
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:ftp/curl
USE_GITHUB= yes
GH_ACCOUNT= curl
GH_TAGNAME= ${PORTNAME}-${DISTVERSION}
MAKE_ARGS= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/trurl \
share/man/man1/trurl.1.gz
.include <bsd.port.mk>
TIMESTAMP = 1682699294
SHA256 (curl-trurl-0.5-trurl-0.5_GH0.tar.gz) = b5c5600cd3533e208b720f13aa06de724270d1750406b41a22f48ce95c51844d
SIZE (curl-trurl-0.5-trurl-0.5_GH0.tar.gz) = 28792
Command line tool for URL parsing and manipulation.
It can be used as a complementary tool with `curl'.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment