summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 30aced6e44822fb49be9a26e9a499119c250e570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer:Integral<luckys68@126.com>
pkgname=xapkdetector-bin
_pkgname=xapkdetector
pkgver=0.03
pkgrel=1
pkgdesc="An Android/APK/DEX detector."
arch=('x86_64')
url="https://github.com/horsicq/XAPKDetector"
license=('MIT')
depends=('hicolor-icon-theme' 'qt5-base')
source=(
	"${_pkgname}-${pkgver}_amd64.deb::https://github.com/horsicq/XAPKDetector/releases/download/${pkgver}/${_pkgname}_${pkgver}_Debian_11_amd64.deb"
)
sha512sums=('5b5ba62e42d5ad14d3f0995426e417d8937619d4096f25853c2615c323a9cfcb958bd13d301df20a3bf702ea9154d7a16eb42fc88664f1a8bd871a1a6924941d')

package() {
	echo "  -> Extracting the data.tar.xz..."
	bsdtar -xvf data.tar.xz -C "${pkgdir}/"
	chmod -R 755 "${pkgdir}/"

	echo "  -> Installing..."
}