20 lines
635 B
Bash
20 lines
635 B
Bash
# Template file for 'python3-emoji'
|
|
pkgname=python3-emoji
|
|
version=2.7.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Emoji terminal output for Python"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/carpedm20/emoji"
|
|
changelog="https://raw.githubusercontent.com/carpedm20/emoji/master/CHANGES.md"
|
|
distfiles="https://github.com/carpedm20/emoji/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=00c3402f68cc6a8e16ed7068f68cff8037e7bd0005eb5dba20f3d5b5e3b28fe9
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|