# Maintainer: dogue # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=jottem-bin pkgver=0.1.7 pkgrel=1 pkgdesc="A lightweight CLI manager for your markdown notes." url="https://github.com/dogue/jottem" license=("MIT") arch=("x86_64") provides=("jottem") conflicts=("jottem") source=("https://github.com/dogue/jottem/releases/download/v$pkgver/jottem-$pkgver-x86_64.tar.gz") sha256sums=("7beb532dc1176589c2cf7ff45a37b6a45932b8d303beeda63b57be338a509fc7") package() { install -Dm755 jottem -t "$pkgdir/usr/bin" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }