summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-07-03 16:16:22 +0800
committerzxp198210052023-07-03 16:16:22 +0800
commit901f5333bb019cdbaf2404eb00169d5201537cbf (patch)
tree07104a4b8b665d4b9b31f60f66ee24b17de76a93 /PKGBUILD
downloadaur-901f5333bb019cdbaf2404eb00169d5201537cbf.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..55de8c382a54
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
+pkgname="epherome-bin"
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Powerful Minecraft Launcher"
+arch=('x86_64')
+license=('GPL3')
+conflicts=("${pkgname%-bin}")
+url="https://epherome.com/"
+_githuburl="https://github.com/ResetPower/Epherome"
+depends=('alsa-lib' 'mesa' 'hicolor-icon-theme' 'libxcb' 'libcups' 'gtk3' 'dbus' 'libxdamage' 'gcc-libs' 'nspr' 'nss' \
+ 'libxext' 'libx11' 'libxkbcommon' 'cairo' 'libxcomposite' 'libdrm' 'libxrandr' 'expat' 'glibc' 'glib2' 'pango' 'at-spi2-core' 'libxfixes')
+source=("${pkgname%-bin}-${pkgver}.deb::${_githuburl}/releases/download/${pkgver}/Epherome-${pkgver}.deb")
+sha256sums=('7dc740a18e73eb11aaa1ef7dad8342857ab043fb81112dac36129a1f895e49a5')
+package(){
+ bsdtar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
+} \ No newline at end of file