summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6eb1f20bc1a200f705629ccd17711182a964495f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Idea: swiergot (https://bbs.archlinux.org/viewtopic.php?id=16754)
# Code update: Alad W (http://github.com/AladW)
# Package: Jakob (http://github.com/nasenatmer)

pkgname=dotpac
pkgver=0.4
pkgrel=4
pkgdesc="Bash script to get rid of *.pac* files."
arch=(any)
license=('BSD')
url="http://wiki.archlinux.org/index.php/dotpac"
depends=('bash' 'dialog')
source=('https://raw.githubusercontent.com/AladW/dotpac/master/dotpac')
md5sums=('7984de79ee51711b5b26eaf4e477b6df')

package() {
	install -D -m755 dotpac $pkgdir/usr/bin/dotpac
}