repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
sleep
/
PKGBUILD
blob
fbafc888940fc5ac38d614f1ad201c9004196ed4
1
# Contributor: wooptoo <wooptoo@gmail.com>
2
3
pkgname=sleep
4
pkgver=0.4
5
pkgrel=1
6
url=('http://check_the_pkgbuild')
7
pkgdesc="A daemon that sleeps for a number of seconds"
8
license=('GPL')
9
arch=('any')
10
depends=()
11
makedepends=()
12
source=('sleep')
13
md5sums=('430da1243a9b3da1f1e6d75b60cf528e')
14
15
build() {
16
install -Dm 755 $startdir/sleep $pkgdir/etc/rc.d/sleep
17
}