New package: python3-pcodedmp-1.2.5

This commit is contained in:
Andrew Benson 2019-06-18 11:14:28 -05:00 committed by Juan RP
parent 0959a88a12
commit 033a5e1b79
2 changed files with 25 additions and 0 deletions

1
srcpkgs/pcodedmp Symbolic link
View File

@ -0,0 +1 @@
python3-pcodedmp

View File

@ -0,0 +1,24 @@
# Template file for 'python3-pcodedmp'
pkgname=python3-pcodedmp
version=1.2.5
revision=1
archs=noarch
wrksrc="pcodedmp-${version}"
build_style=python3-module
pycompile_module="pcodedmp"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="VBA p-code disassembler library for Python3"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-3.0-only"
homepage="https://github.com/bontchev/pcodedmp"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=da73d7ffe9decb2d2dcdbfc6d98ac554985f801c9183b954fa91d20f26bc5728
pcodedmp_package() {
short_desc="${short_desc/library/tool}"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/bin
}
}