24 lines
695 B
Bash
24 lines
695 B
Bash
# 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
|
|
}
|
|
}
|