20 lines
551 B
Bash
20 lines
551 B
Bash
# Template file for 'python3-irc'
|
|
pkgname=python3-irc
|
|
version=17.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="irc-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="irc"
|
|
hostmakedepends="python3-setuptools"
|
|
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
|
|
}
|