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 Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git]
/
naw
/
PKGBUILD
blob
85cf1c5b42edbb7ce4fbf78728540c481c04ce98
1
# Contributor: Nekmo <contacto@nekmo.com>
2
3
pkgname=naw
4
pkgver=1.0
5
pkgrel=1
6
pkgdesc="Run the command 'cat' like 'naw'."
7
arch=(any)
8
url="http://nekmo.com"
9
license=('GPL')
10
depends=()
11
makedepends=()
12
provides=()
13
conflicts=()
14
replaces=()
15
backup=()
16
options=(!emptydirs)
17
md5sums=() #generate with 'makepkg -g'
18
install=
19
20
package(){
21
mkdir $pkgdir/bin/
22
ln -s /bin/cat $pkgdir/bin/naw
23
}
24
25
# vim:set ts=2 sw=2 et: