summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhinto.janai2023-08-24 14:31:09 -0400
committerhinto.janai2023-08-24 14:31:09 -0400
commit512e9c20db7f3158a61f020d4e42dfbc1c4d49af (patch)
tree92252c52ee22b22f8a06104c6a1445224d264a9f
downloadaur-512e9c20db7f3158a61f020d4e42dfbc1c4d49af.tar.gz
init
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
2 files changed, 27 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ed0ddfdb2a5c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = festival-tui-bin
+ pkgdesc = Festival music player TUI
+ pkgver = 0.0.0
+ pkgrel = 1
+ url = https://github.com/hinto-janai/festival
+ arch = x86_64
+ license = MIT
+ source = https://github.com/hinto-janai/festival/releases/download/tui-v0.0.0/festival-tui-v0.0.0-linux-x64.tar.gz
+ validpgpkeys = 31C5145AAFA5A8DF1C1DB2A6D47CE05FA175A499
+ sha256sums = 0a09ff091db9c00a49ac6d49ce2c29bc7d76a0d25983f3ba3ec0fdbbd7568f13
+
+pkgname = festival-tui-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..58fc2511654d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: hinto.janai <hinto.janai@protonmail.com>
+pkgname=festival-tui-bin
+pkgver=0.0.0
+pkgrel=1
+pkgdesc="Festival music player TUI"
+arch=('x86_64')
+url="https://github.com/hinto-janai/festival"
+license=('MIT')
+source=("${url}/releases/download/tui-v${pkgver}/festival-tui-v${pkgver}-linux-x64.tar.gz")
+sha256sums=('0a09ff091db9c00a49ac6d49ce2c29bc7d76a0d25983f3ba3ec0fdbbd7568f13')
+validpgpkeys=('31C5145AAFA5A8DF1C1DB2A6D47CE05FA175A499')
+
+package() {
+ echo "not yet released"
+}