summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0352010babb6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Jonathan Neidel <aur at jneidel dot com>
+
+pkgname=obs-bin
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="A placeholder until the pkg has been released via goreleaser"
+arch=(any)
+url="https://github.com/Yakitrak/obsidian-cli"
+license=(MIT)
+depends=()
+makedepends=()
+optdepends=()
+provides=(ain)
+sources=("https://github.com/Yakitrak/obsidian-cli/releases")
+sha256sums=("SKIP")
+
+package() {
+ echo "to be replaced"
+}