summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormech-keyboard694202022-10-27 21:40:36 +0300
committermech-keyboard694202022-10-27 21:40:36 +0300
commita601411874365cad2a943888aa68bc93c8799a35 (patch)
treeab4669968c35ed37ff9888c5722cefb2de3c7d83
downloadaur-a601411874365cad2a943888aa68bc93c8799a35.tar.gz
init commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD20
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e749db8ddc5f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = hof
+ pkgdesc = Hacker one fetcher, fetch hacker one projects and get subdomains and heders for all scope domains.
+ pkgver = 0.1.1
+ pkgrel = 1
+ url = https://github.com/tomkolron/hof
+ arch = x86_64
+ license = MIT
+ provides = hof
+ conflicts = hof
+ source = https://github.com/tomkolron/hof/releases/download/v0.1.1/hof-0.1.1-x86_64.tar.gz
+ sha256sums = 8540d81c0adc35361d08fa7d3184b81fe5383053c08416601f1c3c26294e133b
+
+pkgname = hof
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..2a187dfea239
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: tomkolron
+#
+# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
+
+pkgname=hof
+pkgver=0.1.1
+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=("8540d81c0adc35361d08fa7d3184b81fe5383053c08416601f1c3c26294e133b")
+
+package() {
+ install -Dm755 hof -t "$pkgdir/usr/bin"
+ install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}