# Template file for 'python3-icoextract'
pkgname=python3-icoextract
version=0.2.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pefile"
short_desc="Icon extraction library for Windows PE files"
maintainer="Naiko <glclaritas@gmail.com>"
license="MIT"
homepage="https://github.com/jlu5/icoextract"
distfiles="https://github.com/jlu5/icoextract/archive/${version}.tar.gz"
checksum=1bbb9fcbd1e5cf584f2d41df83ceb901a9594110487a670d453dabcf453cfacc

post_install() {
	vlicense LICENSE
}
