19 lines
578 B
Bash
19 lines
578 B
Bash
# 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
|
|
}
|