19 lines
559 B
Bash
19 lines
559 B
Bash
# Template file for 'python3-magic'
|
|
pkgname=python3-magic
|
|
version=0.4.18
|
|
revision=4
|
|
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
|
|
}
|