summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 279e898172c4e9871ed89698a7dfd92ac44089b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Alan Vardy <alan@vardy.cc>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=tod-bin
pkgver=0.6.1
pkgrel=1
pkgdesc="A tiny unofficial Todoist client"
url="https://github.com/alanvardy/tod"
license=("MIT")
arch=("x86_64")
provides=("tod")
conflicts=("tod")
source=("https://github.com/alanvardy/tod/releases/download/v$pkgver/tod-$pkgver-x86_64.tar.gz")
sha256sums=("76c383fd9262db3358de9bb9959c46dc7c3c750d4e39965ddb4ce7a1aeda33a4")

package() {
    install -Dm755 tod -t "$pkgdir/usr/bin"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}