18 lines
542 B
Bash
18 lines
542 B
Bash
# Template file for 'python3-simber'
|
|
pkgname=python3-simber
|
|
version=0.1.2
|
|
revision=1
|
|
wrksrc="simber-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
short_desc="Simple, minimal and powerful logging library for Python"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://simber.deepjyoti30.dev/"
|
|
distfiles="https://github.com/deepjyoti30/simber/archive/${version}.tar.gz"
|
|
checksum=42ee86e9f5afb32d5410284496370cca0af11ce9c9fafdc5a9e055b06a982945
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|