New package: python3-emoji-2.4.0

This commit is contained in:
Michal Vasilek 2023-03-30 23:11:19 +02:00
parent 65ac1c07e9
commit 8a06819eba

View file

@ -0,0 +1,19 @@
# Template file for 'python3-emoji'
pkgname=python3-emoji
version=2.4.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Emoji terminal output for Python"
maintainer="Michal Vasilek <michal@vasilek.cz>"
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=b5474a9dbf8ddad3db0878caee4a5d76e40ef0e7e28b2dd07fedf9548a465c53
post_install() {
vlicense LICENSE.txt
}