summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ee5962d9feeddf7e8f3015ac28285d820c90a0c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Max G (CodesWhite) <aur@maxcode.me>

pkgname=yournal
pkgver=1.1.0.fb92bfc
pkgrel=1
pkgdesc="Fast (y)ournal script to make daily notes from your terminal"
arch=('any')
url='https://github.com/Rikiub/yournal.py'
license=('MIT')
depends=('python')

_repo_name="Rikiub/yournal.py"
source=("git+https://github.com/${_repo_name}")
sha256sums=('SKIP')

package() {
  cd "$(basename ${_repo_name})"
  git reflog | head -n1
  install -Dm755 "./yournal.py" "${pkgdir}/usr/bin/yournal"
}