This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package require http | |
package require tls | |
::http::register https 443 [list ::tls::socket -tls1 1] | |
package require json | |
bind pub -|- "!google" google::bind | |
bind pub -|- "!g" google::bind | |
namespace eval google { | |
#Get here: https://console.developers.google.com/apis |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See https://aur.archlinux.org/packages/tdom#comment-1028238 | |
``` | |
diff --git a/PKGBUILD b/PKGBUILD | |
index b7e0908..8b481ed 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -13,9 +13,11 @@ depends=('tcl' | |
'gumbo-parser') | |
options=(staticlibs !lto) |