Search Criteria
Package Details: rock 0.9.10-2
| Git Clone URL: | https://aur.archlinux.org/rock.git (read-only, click to copy) |
|---|---|
| Package Base: | rock |
| Description: | An ooc compiler written in ooc |
| Upstream URL: | http://ooc-lang.org/ |
| Licenses: | |
| Submitter: | tsion |
| Maintainer: | IceDragon |
| Last Packager: | IceDragon |
| Votes: | 8 |
| Popularity: | 0.020132 |
| First Submitted: | 2010-04-28 23:21 |
| Last Updated: | 2015-09-19 21:47 |
Dependencies (5)
- sh (heirloom-sh-cvs, bash-devel-git, bash-devel-static-git, bash)
- gcc (gcc-multilib-x32, gcc6-gcccompat, fastgcc, gcc-git, gcc-multilib-git) (make)
- clang (clang-pypy-stm, clang39, clang38, clang-trunk, llvm-tce, llvm-minimal-git, llvm-git) (optional) – can be used as backend C compiler
- gcc (gcc-multilib-x32, gcc6-gcccompat, fastgcc, gcc-git, gcc-multilib-git) (optional) – can be used as backend C compiler
- tcc (tcc-git) (optional) – can be used as backend C compiler
Latest Comments
1 2 Next › Last »
Tetsumi commented on 2015-09-19 17:07
bootstrap md5 is out of date (it's now db0bf2c7692618174381424aabc4f91c).
IceDragon commented on 2015-01-31 00:52
Added missing .use files to build.
IceDragon commented on 2014-04-11 16:44
Adopted package and updated to 0.9.8
tsion commented on 2014-02-22 22:29
I don't want to maintain this package anymore, so I've disowned it. If anyone wants to adopt it, it's probably worth asking in the #ooc-lang channel on freenode which sources should be used now.
szabba commented on 2014-02-22 22:06
The old source links do not work.
tsion commented on 2012-11-22 23:04
After a couple years and a few versions, I finally updated to the brand new rock 0.9.4 release. Woo! The plan is to keep it up to date from now on.
tsion commented on 2010-07-22 00:07
I have followed your advice
mickael9 commented on 2010-07-20 23:27
No problem :)
Some comments :
The rock binary is not stripped, either strip it manually or put STRIP_DIRS+=(usr/share/${pkgname}/bin) in the PKGBUILD
echo 'export ROCK_DIST=/usr/share/rock; /usr/share/rock/bin/rock $@' > $pkgdir/usr/bin/rock should be
echo 'export ROCK_DIST=/usr/share/rock; /usr/share/rock/bin/rock "$@"' > $pkgdir/usr/bin/rock
tsion commented on 2010-07-19 23:48
Sorry I took so long. I didn't really think anyone used this (it's generally better to just use the git HEAD for now, there are lots of new features and bug-fixes at this point in ooc's development). But here it is.
mickael9 commented on 2010-07-19 18:44
Please orphan the package if you don't have time to maintain it