blob: af758b995d6a30ee2f018c776433058cf1adc0f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=horanghill-bin
pkgver=0.4.8
pkgrel=1
pkgdesc="Simple 3D Editor"
arch=('x86_64')
url="http://horanghill.great-site.net/"
_githuburl="https://github.com/HorangStudios/Editor"
license=('AGPL3')
options=(!strip)
conflits=("${pkgname%-bin}" "${pkgname%-bin}-appimage")
depends=('libglvnd' 'hicolor-icon-theme' 'nspr' 'libxrender' 'dbus' 'gcc-libs' 'glib2' 'libxtst' 'pango' 'libxdamage' 'libxss' 'libxcomposite' \
'libxcursor' 'cairo' 'nss' 'alsa-lib' 'libxrandr' 'gdk-pixbuf2' 'libx11' 'libxi' 'at-spi2-core' 'glibc' 'expat' 'libxcb' 'gtk3' 'libcups' \
'util-linux-libs' 'libxfixes' 'libxext')
source=("${pkgname%-bin}-${pkgver}.deb::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb")
sha256sums=('4c9e0ef661ecb2174d8e4ae173eb68f0d82033d7913342005a5af6cd746a8cb5')
package() {
bsdtar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}" --gname root --uname root
}
|