diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template new file mode 100644 index 0000000000..8a7236c705 --- /dev/null +++ b/srcpkgs/python3-filebytes/template @@ -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 " +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 +}