summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorPando852021-12-07 03:46:57 +0100
committerPando852021-12-07 04:09:49 +0100
commit93d57a6a39e6269005c7cdea2fed4d374e9ac9aa (patch)
treec033dc3eea0d57f9ceb76e36c24a50b36c8e0aac /.SRCINFO
downloadaur-93d57a6a39e6269005c7cdea2fed4d374e9ac9aa.tar.gz
Initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..838b587ec588
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = timer-rs
+ pkgdesc = Simple countdown terminal alarm
+ pkgver = 0.1.2
+ pkgrel = 1
+ url = https://github.com/pando85/timer
+ arch = i686
+ arch = x86_64
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
+ license = GPL
+ makedepends = cargo
+ makedepends = git
+ depends = gcc-libs
+ depends = alsa-lib
+ source = git+https://github.com/pando85/timer.git#tag=v0.1.2?signed
+ validpgpkeys = C15CDDF9318F14398300B917C6CB8A1793CA3F94
+ sha512sums = SKIP
+
+pkgname = timer-rs