# Template file for 'python3-pcodedmp' pkgname=python3-pcodedmp version=1.2.6 revision=5 build_style=python3-module pycompile_module="pcodedmp" hostmakedepends="python3-setuptools" depends="python3" short_desc="VBA p-code disassembler library for Python3" maintainer="Andrew Benson " license="GPL-3.0-only" homepage="https://github.com/bontchev/pcodedmp" distfiles="${homepage}/archive/${version}.tar.gz" checksum=41ef07101c5807a5dfe7c36caa28678457630e4a8a092792acf2eb473f1b9e67 pcodedmp_package() { short_desc="${short_desc/library/tool}" depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/bin } }