summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliberodark2018-08-13 08:46:53 +0200
committerliberodark2018-08-13 08:46:53 +0200
commitf3d5b08bc84300e2b2efba4f6ff32e94ace51ba3 (patch)
tree4b5b6c750825d2ed2717be6e56d053e6c670fb1d
downloadaur-f3d5b08bc84300e2b2efba4f6ff32e94ace51ba3.tar.gz
Initial import
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD25
-rw-r--r--nighthawk.desktop8
-rw-r--r--nighthawk.pngbin0 -> 49375 bytes
4 files changed, 52 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c6ff6185e4af
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+# Generated by mksrcinfo v8
+# Mon Aug 13 06:46:30 UTC 2018
+pkgbase = nighthawk
+ pkgdesc = A stealthy, simple, unobtrusive music player that stays out of your way.
+ pkgver = 1.1.0
+ pkgrel = 1
+ url = https://github.com/quantumkv/nighthawk
+ arch = x86_64
+ license = MIT
+ depends = xdg-utils
+ source = nighthawk.desktop
+ source = nighthawk.png
+ sha512sums = 445d6d4973d6598eddd7e723dd1f9073e63cc4e676d7d257dffbc66a5ddb1394c26c12d0dbce8daaa670f841546a5ada51dca39896c4e9821a4fe6474fecfe42
+ sha512sums = 10afcd81d7caf67c3dc20a8082b07a8db024ada88a1ae5218c0958ee001c4351f9546d351cde49df7064b2c2a89e43ce00fb0caff51aba15d619083a96d71c5d
+ source_x86_64 = https://github.com/quantumkv/nighthawk/releases/download/v1.1.0/nighthawk-linux-v1.1.0-amd64.deb
+ sha512sums_x86_64 = 9f247f76dbad0e18053d3d45b7728d2dd6315084539b40b6bfd3a1b0b522065c3b9597c9d38d8213fc12084f5d54f8caf7dc88f69b7d3c6889469aab43af156d
+
+pkgname = nighthawk
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4c52546b73d1
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: liberodark
+
+pkgname=nighthawk
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="A stealthy, simple, unobtrusive music player that stays out of your way."
+arch=('x86_64')
+url="https://github.com/quantumkv/nighthawk"
+license=('MIT')
+depends=('xdg-utils')
+source_x86_64=("https://github.com/quantumkv/nighthawk/releases/download/v${pkgver}/nighthawk-linux-v${pkgver}-amd64.deb")
+source=($pkgname.desktop
+ $pkgname.png)
+sha512sums=('445d6d4973d6598eddd7e723dd1f9073e63cc4e676d7d257dffbc66a5ddb1394c26c12d0dbce8daaa670f841546a5ada51dca39896c4e9821a4fe6474fecfe42'
+ '10afcd81d7caf67c3dc20a8082b07a8db024ada88a1ae5218c0958ee001c4351f9546d351cde49df7064b2c2a89e43ce00fb0caff51aba15d619083a96d71c5d')
+sha512sums_x86_64=('9f247f76dbad0e18053d3d45b7728d2dd6315084539b40b6bfd3a1b0b522065c3b9597c9d38d8213fc12084f5d54f8caf7dc88f69b7d3c6889469aab43af156d')
+
+package() {
+ cd $srcdir
+ tar xvf data.tar.xz
+ cp -r opt $pkgdir
+ install -vDm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
+ install -vDm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+}
+
diff --git a/nighthawk.desktop b/nighthawk.desktop
new file mode 100644
index 000000000000..d15788ebfd5e
--- /dev/null
+++ b/nighthawk.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Nighthawk
+Comment=A Stealthy,Cross-Platform, Simple Music Player that stays out of your way
+Exec="/opt/Nighthawk/nighthawk" %U
+Terminal=false
+Type=Application
+Icon=nighthawk
+Categories=AudioVideo;
diff --git a/nighthawk.png b/nighthawk.png
new file mode 100644
index 000000000000..a4a02afaa08a
--- /dev/null
+++ b/nighthawk.png
Binary files differ