mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: python3-simber-0.1.2
This commit is contained in:
parent
4d5fc2a967
commit
c5285a8ef6
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-simber/template
Normal file
17
srcpkgs/python3-simber/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue