void-packages/srcpkgs/python3-magic/template
2021-10-09 08:00:44 -04:00

19 lines
559 B
Bash

# Template file for 'python3-magic'
pkgname=python3-magic
version=0.4.18
revision=5
wrksrc=python-magic-$version
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="libmagic"
short_desc="File type identification using libmagic (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/ahupp/python-magic"
distfiles="https://github.com/ahupp/python-magic/archive/${version}.tar.gz"
checksum=b787e8056c115f37e2af11e0b98dc67d5fc182ed5ed827a62f95e3a7f0ed4be4
post_install() {
vlicense LICENSE
}