Search Criteria
Package Details: thinkalert 0.1-2
Git Clone URL: | https://aur.archlinux.org/thinkalert.git (read-only, click to copy) |
---|---|
Package Base: | thinkalert |
Description: | program for manipulating the ThinkLight LED on Thinkpad laptops. |
Upstream URL: | http://www.mike.tl/other/ThinkAlert.html |
Licenses: | |
Submitter: | Inxsible |
Maintainer: | Florian |
Last Packager: | Florian |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2010-07-15 23:31 |
Last Updated: | 2016-03-14 15:45 |
Latest Comments
Florian commented on 2015-05-04 09:46
Updated version with mirror: https://raw.githubusercontent.com/floriandejonckheere/PKGBUILD/master/thinkalert/PKGBUILD
jsst commented on 2013-04-11 19:16
This PKGBUILD should read:
build() {
gcc -o $pkgname $pkgname.c
}
package() {
install -Dm4755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
}
cgirard commented on 2012-05-16 15:22
This should be set suid (4755).