19 lines
519 B
Bash
19 lines
519 B
Bash
# Template file for 'python3-irc'
|
|
pkgname=python3-irc
|
|
version=17.1
|
|
revision=5
|
|
wrksrc="irc-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3-six"
|
|
short_desc="Full-featured Python IRC library for Python3"
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/jaraco/irc"
|
|
distfiles="${PYPI_SITE}/i/irc/irc-${version}.tar.gz"
|
|
checksum=0c19aeee800dbad792179d70dff1281c06fec220323f8ec34150cd94357f383b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|