summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 86a3a01945fab33cd54c16c7f0ff50f91fbe5a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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"
}