Skip to content

Instantly share code, notes, and snippets.

@ebassi
Last active February 24, 2017 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebassi/3a4ad519abedc2315f74e3643e78d0ba to your computer and use it in GitHub Desktop.
Save ebassi/3a4ad519abedc2315f74e3643e78d0ba to your computer and use it in GitHub Desktop.
{
"name": "tcl",
"no-autogen": true,
"cleanup-platform": ["*"],
"builddir": false,
"subdir": "unix",
"config-opts": [
"--disable-symbols"
],
"sources": [
{
"type": "archive",
"url": "https://downloads.sourceforge.net/project/tcl/Tcl/8.6.6/tcl8.6.6-src.tar.gz",
"sha256": "a265409781e4b3edcc4ef822533071b34c3dc6790b893963809b9fe221befe07"
}
],
"post-install": [
"chmod 0755 /usr/lib/libtcl8.6.so",
"ln -s /usr/bin/tclsh8.6 /usr/bin/tclsh"
]
},
{
"name": "xapian-1.3",
"subdir": "xapian-core",
"builddir": false,
"config-opts": [
"--enable-maintainer-mode",
"--disable-documentation"
],
"sources": [
{
"type": "git",
"url": "https://github.com/endlessm/xapian-core"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment