updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / fortune-mod-profile / PKGBUILD
blobf153479a540728b20e483f17c3d15fef43ca1366
1 # Maintainer: Olivier Mehani <shtrom-aur@ssji.net>
2 pkgname=fortune-mod-profile
3 pkgver=1
4 pkgrel=1
5 pkgdesc="Displays a random fortune on interactive shells"
6 arch=(x86_64 i686)
7 license=('GPL')
8 depends=(fortune-mod)
9 source=(fortune.sh)
10 md5sums=('67de8fac2af4c5c3050670a3219cb990')
11 url=(http://localhost/)
13 package() {
14   install -Dm 755 $srcdir/fortune.sh $pkgdir/etc/profile.d/fortune.sh
17 # vim:set ts=2 sw=2 et: