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 Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
cltotiny2
/
PKGBUILD
blob
823ece7d95435ea74b4360cefc5d54aa5a012604
1
pkgname=cltotiny2
2
pkgver=1.06
3
pkgrel=2
4
license="GPL"
5
arch=('i686')
6
url=('http://none.com')
7
pkgdesc="sending Links from Console To Tinyurl.com"
8
depends=('xsel')
9
source=(cltotiny)
10
md5sums=('46f4b3b498e5dd4a80a2b4daaab3bfa1')
11
install=cltotiny.install
12
13
build() {
14
cd $startdir/src
15
install -D cltotiny $startdir/pkg/usr/bin/cltotiny
16
17
}