New package: python3-filebytes-0.10.2

This commit is contained in:
Andrew Benson 2020-05-31 12:18:41 -05:00 committed by Andrew Benson
parent f1811c385c
commit d0a42e5e53

View file

@ -0,0 +1,18 @@
# Template file for 'python3-filebytes'
pkgname=python3-filebytes
version=0.10.2
revision=1
archs="noarch"
wrksrc="filebytes-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
short_desc="Library to read and edit ELF, PE, and other files"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD-3-Clause"
homepage="https://scoding.de/filebytes-introduction"
distfiles="https://github.com/sashs/filebytes/archive/v${version}.tar.gz"
checksum=6a22a6cec9065c96143f7e3acb0acaffd5eb0d2419749361cb73e40d7e10c2d4
post_install() {
vlicense COPYING
}