summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b43718275f8f261e2da36d01de65efe9a82fcfc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Sergey Pikhota <sergey@pikhota.com>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=rustfolio-bin
pkgver=1.0.0
pkgrel=2
pkgdesc="A simple tool for monitoring an investment portfolio"
url="https://github.com/Melesar/rustfolio"
license=("MIT")
arch=("x86_64")
provides=("rustfolio")
conflicts=("rustfolio")
source=("https://github.com/Melesar/rustfolio/releases/download/$pkgver/rustfolio-$pkgver-x86_64.tar.gz")
sha256sums=("6ec5516fb3452502cf0a35ea46a6d4b480344c53b9fe14a1c00d712517c7eb15")

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