# -*- 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
set branch [join [lrange [split ${version} .] 0 1] .]
description This library enables you to leverage the power \
of HTTPSEverywhere to any desktop-application.
long_description ${description}. HTTPSEverywhere is a browser plugin \
that comes with a set of rules that you can use \
to ensure that you use HTTP instead of HTTPS only \
when this is absolutely not circumventable. \
With libhttpseverywhere you get a C-bindable, \
GLib-based library you can link/bind against \
homepage https://git.gnome.org/browse/${name}
master_sites gnome:sources/${name}/${branch}/
checksums rmd160 67ecbcfbfe5eba4eba47b38099ddc4ebae847403 \
sha256 1c006f5633842a2b131c1cf644ab929556fc27968a60da55c00955bd4934b6ca \
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:gobject-introspection \
test.cmd test/httpseverywhere_test
# override @rpath in installed library's install name
set libname ${prefix}/lib/${name}-0.8.0.dylib
system "install_name_tool -id ${libname} ${destroot}${libname}"