mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: python3-milc-1.6.5
This commit is contained in:
parent
f988835e28
commit
3e2b594fef
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-milc/template
Normal file
20
srcpkgs/python3-milc/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-milc'
|
||||||
|
pkgname=python3-milc
|
||||||
|
version=1.6.5
|
||||||
|
revision=1
|
||||||
|
wrksrc="milc-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-appdirs python3-argcomplete python3-colorama python3-halo
|
||||||
|
python3-spinners"
|
||||||
|
checkdepends="${depends} python3-pytest python3-semver"
|
||||||
|
short_desc="Batteries-Included Python 3 CLI Framework"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://milc.clueboard.co"
|
||||||
|
distfiles="https://github.com/clueboard/milc/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=c2ec7ca643f7bc59ed22b510cdd2ff9fb28c1778a9b98021c4386bcb6854ea08
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue