diff options
Diffstat (limited to 'repos/community/tcc/abuild')
| -rw-r--r-- | repos/community/tcc/abuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/repos/community/tcc/abuild b/repos/community/tcc/abuild new file mode 100644 index 00000000..82b57025 --- /dev/null +++ b/repos/community/tcc/abuild @@ -0,0 +1,10 @@ +name=tcc +version=0.9.27 +release=1 +source="https://download.savannah.gnu.org/releases/tinycc/${name}-${version}.tar.bz2" + +build() { + ./configure --config-musl --prefix=/usr + make + make install +}
\ No newline at end of file |