Search Criteria
Package Details: coffeescript-git 2.5.1.r5.g07f644c3-2
Git Clone URL: | https://aur.archlinux.org/coffeescript-git.git (read-only, click to copy) |
---|---|
Package Base: | coffeescript-git |
Description: | Language that compiles into JavaScript |
Upstream URL: | http://coffeescript.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | haawda |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 17 |
Popularity: | 0.000000 |
First Submitted: | 2020-12-11 18:00 |
Last Updated: | 2020-12-11 18:13 |
Dependencies (2)
Required by (17)
- ajenti-git (requires coffee-script) (make)
- balena-cli (requires coffeescript) (make)
- camo (requires coffee-script) (make)
- cozy (requires coffee-script)
- devdocs-git (requires coffee-script)
- devdocsgjs-git (requires coffee-script)
- dnschain-git (requires coffee-script)
- etherpad-lite (requires coffeescript)
- howl-git (requires coffee-script) (optional)
- mpdproxy-coffeescript-git (requires coffeescript)
- neovim-sniprun (requires coffeescript) (optional)
- nodejs-js2coffee (requires coffee-script)
- nodejs-vinefeed-git (requires coffee-script)
- pofwjs (requires coffee-script) (make)
- quine-relay (requires coffee-script)
- startdde-git (requires coffeescript) (make)
- vim-codi-git (requires coffeescript) (optional)
Latest Comments
haawda commented on 2015-02-26 21:27
Thanks for the hint, done.
wertha commented on 2015-02-26 19:22
please update install README with install README.md
haawda commented on 2013-04-06 15:08
pacman-4.1-ready PKGBUILD
haawda commented on 2012-12-09 17:57
Adopted and fixed.
diegoM commented on 2011-12-23 11:07
Hi, I installed this package today, and I found that the symlink in /usr/bin is wrong
$ls /usr/bin/coffee -l
lrwxrwxrwx 1 root root 80 Dec 23 07:57 /usr/bin/coffee -> /tmp/yaourt-tmp-diego/aur-coffee-script-git/pkg/usr/lib/coffee-script/bin/coffee
I fixed with this commands:
sudo rm /usr/bin/coffee; sudo ln -s /usr/lib/coffee-script/bin/coffee /usr/bin/
sudo rm /usr/bin/cake; sudo ln -s /usr/lib/coffee-script/bin/cake /usr/bin/
Anonymous comment on 2011-01-04 17:38
Here is a couple of build files that work for me (the one from Dec 24 2010 contains symlinks to builddir)
PKGBUILD - http://pastebin.com/c8XHQyar
coffee-script-git.install - http://pastebin.com/UYrQ87Vc