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 Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git]
/
cannot
/
PKGBUILD
blob
73d525eb344f85d0626a971aa5b45d8853af2815
1
# $Id: $
2
# Maintainer: Devin J. Pohly <djpohly+arch@gmail.com>
3
4
pkgname=cannot
5
pkgver=0.3
6
pkgrel=1
7
pkgdesc="An emphatic form of cant"
8
arch=('any')
9
url='http://www.archlinux.org/'
10
license=('GPL')
11
depends=('cant')
12
source=("cannot")
13
md5sums=('ce82534f6306b8e29ed520050767ad0f')
14
15
package() {
16
install -D -m755 ${srcdir}/cannot ${pkgdir}/usr/bin/cannot
17
}