summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9da4889d18e7c20c55d5552fccbcaaecd0206adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>

pkgname=paclog
pkgver=1.0
pkgrel=1
pkgdesc='List recent commits for Arch Linux packages'
url='https://github.com/protist/paclog'
arch=('any')
license=('GPL3')
depends=('w3m')
source=("https://github.com/protist/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('b7225fcc157aaa7a3bea42fd92a97eac0edaa14eedfd222d4dc4ffb5c7756f8c')

package() {
  cd "$pkgname-$pkgver"

  install -Dm755 ${pkgname} "$pkgdir/usr/bin/${pkgname}"
}