19 lines
581 B
Bash
19 lines
581 B
Bash
# Template file for 'python3-simber'
|
|
pkgname=python3-simber
|
|
version=0.2.6
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-colorama"
|
|
checkdepends="python3-pytest $depends"
|
|
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=ebc7b84558487d3d456aedbc59478ae51d22c84b5786904afc665cc3305109a2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|