summaryrefslogtreecommitdiff
path: root/homebrew/libtommath/.make.sh-auto
blob: acb8c7cb44a548648f2e65afb02a8e5fa39f9e15 (plain)
1
2
3
4
5
6
7
pkg:setup
ENV["DESTDIR"] = prefix
make
make test_standalone
include.install Dir["tommath*.h"]
lib.install "libtommath.a"
pkgshare.install "test"