summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-07-03 15:04:29 +0800
committerzxp198210052023-07-03 15:04:29 +0800
commit4f215d26118163253ecee7ac863ded5cfd7a6806 (patch)
tree9dc3a9bdaafb45bfe57db0e4c00eb1d153800020 /PKGBUILD
downloadaur-4f215d26118163253ecee7ac863ded5cfd7a6806.tar.gz
first release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ab6258c1d3f0
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
+pkgname=alspotron-bin
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="Shows the egg lyrics of the track, playing on Spotify / YouTube Music"
+arch=('x86_64')
+url="https://github.com/organization/alspotron"
+license=('Apache')
+conflicts=("${pkgname%-bin}" "${pkgname%-bin}-appimage")
+depends=('libxrandr' 'at-spi2-core' 'libxkbcommon' 'pango' 'expat' 'java-runtime' 'dbus' 'alsa-lib' 'nss' 'glibc' 'nspr' \
+ 'libxdamage' 'cairo' 'libxcomposite' 'libcups' 'libxcb' 'gtk3' 'libdrm' 'libxext' 'hicolor-icon-theme' 'libxfixes' \
+ 'glib2' 'gcc-libs' 'libx11' 'mesa')
+source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb")
+sha256sums=('3da79a9904d62ed49b198297062e5dfa94ef7cf1d68e47c7d9d3d7cb86944e20')
+package() {
+ bsdtar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
+} \ No newline at end of file