summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 061f62c120d87c311a8f95eb166b6ead63cc99dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: Albert Berger < nbdspcl at gmail dot com>
pkgname=pacliner
pkgver=0.1.1
pkgrel=1
pkgdesc="Archlinux package management helper."
arch=('any')
url="https://github.com/nbdsp/pacliner"
license=('GPL')
groups=()
depends=('bash','perl')
optdepends=('pacgraph: package information'
	    'expack: package information')
makedepends=('git')
provides=("${pkgname}")
conflicts=("${pkgname}")
replaces=()
backup=()
options=()
install=
source=("${pkgname}::https://github.com/nbdsp/pacliner/archive/v0.1.1.tar.gz")
noextract=()
md5sums=('SKIP')


package() {
	cd "${pkgname}"
	install -Dm755 "${pkgname}.sh" "$pkgdir/usr/bin/${pkgname}"
	install -Dm644 "${pkgname}.1" "$pkgdir/usr/share/man/man1/${pkgname}.1"
}