summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authortimdubbins2023-06-13 17:04:07 +0100
committertimdubbins2023-06-13 17:04:07 +0100
commit88ae0798764579d8c4c05af1d0c44e16bcbe157e (patch)
treef15c7ca446e13e792d7b187efcc98a60d1e07fad /.SRCINFO
downloadaur-88ae0798764579d8c4c05af1d0c44e16bcbe157e.tar.gz
create initial aur package
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e51262fb9599
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = tap
+ pkgdesc = An audio player for the terminal, written in rust
+ pkgver = 0.1.1
+ pkgrel = 1
+ url = https://github.com/timdubbins/tap
+ arch = x86_64
+ license = MIT
+ makedepends = cargo
+ depends = gcc-libs
+ optdepends = fzf: fuzzy searching
+ optdepends = fd: faster find
+ optdepends = skim: fzf alternative
+ source = tap-0.1.1.tar.gz::https://github.com/timdubbins/tap/archive/v0.1.1.tar.gz
+ sha256sums = 4051069fcfbc1ef993e160c36d92fd1c733841312e482b2d1eaa7e22d0bc431a
+
+pkgname = tap