summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 759c24ca4a65cfa644005becdc174ad64c2fa4d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: tomkolron
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=hof
pkgver=0.1.4
pkgrel=1
pkgdesc="Hacker one fetcher, fetch hacker one projects and get subdomains and heders for all scope domains."
url="https://github.com/tomkolron/hof"
license=("MIT")
arch=("x86_64")
provides=("hof")
conflicts=("hof")
source=("https://github.com/tomkolron/hof/releases/download/v$pkgver/hof-$pkgver-x86_64.tar.gz")
sha256sums=("ebcff410c4d14f74dfd1a70a31cfc0c5c8aef721b58c0e9f6c045d37674a566d")

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