summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7c3c43bb36670a1e920fa7a31710a2948946ff7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Korbinian Maier <korbinian.maier@tum.de>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=stempel-bin
pkgver=0.17.0
pkgrel=1
pkgdesc="Track the time you spent working"
url="https://github.com/KuabeM/stempel"
license=("MIT")
arch=("x86_64")
provides=("stempel")
conflicts=("stempel")
source=("https://github.com/KuabeM/stempel/releases/download/v$pkgver/stempel-$pkgver-x86_64-unknown-linux-gnu.tar.gz")
sha256sums=("cef3fcf5b19575c3d724682ed043ba73614bbfc763db765dcb5ef9f8d76be657")

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