summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCore2021-11-20 08:22:27 +0000
committerCore2021-11-20 08:22:27 +0000
commit10ac5c4e2c2242a4f543ddab57565870501e8073 (patch)
treec0860d07299408595bb9cb186bbd06f852dffa77 /PKGBUILD
downloadaur-10ac5c4e2c2242a4f543ddab57565870501e8073.tar.gz
Initial Push
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..cab7643344b2
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,28 @@
+# Maintainer: Core_UK <mail.coreuk@gmail.com>
+
+pkgname=apple-music-electron-bin
+_pkgnamelow=apple-music-electron
+_pkgname=Apple-Music-Electron
+pkgver=3.0.0
+pkgrel=2
+pkgdesc="An open-source, GPU-accelerated Electron application that emulates the Apple Music website in a customizable interface. Builds from most recent release on GitHub."
+arch=('i686' 'x86_64')
+url="https://github.com/Apple-Music-Electron/${_pkgname}.git"
+license=("MIT")
+options=('!strip' '!emptydirs')
+install=${_pkgnamelow}.install
+depends=('gtk3' 'nss')
+makedepends=('desktop-file-utils' 'xdg-utils')
+optdepends=('libnotify: Playback notifications'
+ 'otf-san-francisco: Use of SF Font for certain themes')
+provides=(${pkgname})
+conflicts=("${_pkgnamelow}-git" ${_pkgnamelow})
+source=("https://github.com/Apple-Music-Electron/${_pkgname}/releases/download/v${pkgver}/apple-music-electron_${pkgver}_amd64.deb"
+ "apple-music-electron.install")
+sha256sums=('29763ac35ed1969cd43ea3ef7474c68a9deadfeb788defafde198adb25434a74'
+ 'b82a3d4ec0cac09d76346db489faa1a526f3e8e5c2d4d2c56c91416fc9c45f88')
+
+package(){
+ # Extract package data
+ tar xf data.tar.xz -C "${pkgdir}"
+}