Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Add tal-1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn committed Feb 15, 2014
1 parent 2a11219 commit 72e3c0b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tal/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

# 'linux' works on both linux and osx
make linux
cp tal $PREFIX/bin
20 changes: 20 additions & 0 deletions tal/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package:
name: tal
version: 1.9

source:
fn: tal-1.9.tar.gz [not win]
url: http://thomasjensen.com/software/tal/tal-1.9.tar.gz [not win]

build:
number: 0

test:
commands:
- tal -h

about:
home: http://thomasjensen.com/software/tal/
license: Ambiguous-BSD?

# vim:set ts=8 sw=2 sts=2 tw=78 et:

0 comments on commit 72e3c0b

Please sign in to comment.