summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 895ec00dba89815d97df6a1e2115417ab23a885f (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
30
31
# Maintainer: Papajoker <papajoker [at] archlinux [dot] info>
pkgname=pacman-history
pkgver=0.2.0
pkgrel=2
pkgdesc="get pacman history for one file"
arch=('any')
url="https://github.com/papajoker/pacman-history"
license=('GPL')
groups=()
depends=('pacman')
makedepends=('git')
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
source=("$pkgname::git+http://github.com/papajoker/pacman-history#branch=master")
noextract=()
md5sums=('SKIP')

build() {
  cd "$srcdir"
  msg "Starting build..."
}

package() {
  cd "$srcdir/$pkgname"
  install -Dm755 ./${pkgname} ${pkgdir}/usr/bin/${pkgname}
  install -Dm644 ./${pkgname}.fr ${pkgdir}/usr/share/locale/fr/LC_MESSAGES/${pkgname}
}