# Maintainer: konez2k@aur # Contributor: Wilson E. Alvarez # Contributor: Etzos # Contributer: Gordin <9ordin @t gmail dot com> # Contributor: Geequlim # Contributor: Antti Juhani Oja pkgname=texturepacker pkgver=7.3.0 pkgrel=1 pkgdesc="Sprite sheet creator and image optimizer" arch=('x86_64') url="https://www.codeandweb.com/$pkgname" license=("custom:$pkgname") install="$pkgname.install" depends=('shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils' 'grantlee' 'gcc-libs-multilib' 'qt5-svg' 'qt5-declarative' 'qt5-imageformats' 'qt5-quickcontrols') source=("https://www.codeandweb.com/download/$pkgname/${pkgver}/TexturePacker-${pkgver}.deb") sha256sums=("d22e8b0eb2c1bd314a0b9916d8f5cfdc17ba6e8508259d1f775246e85a12d644") build() { ar -x "TexturePacker-${pkgver}.deb" } package() { cd ${srcdir}/ # Extract to the $pkgdir. tar xJf data.tar.xz -C "${pkgdir}/" # Enter $pkgdir. cd ${pkgdir}/usr/lib/$pkgname/ install -Dm644 "${pkgdir}/usr/share/$pkgname/documents/LicenseAgreement.txt" \ "${pkgdir}/usr/share/licenses/${pkgname}/LicenseAgreement.txt" }