mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-emoji-2.4.0
This commit is contained in:
parent
65ac1c07e9
commit
8a06819eba
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-emoji/template
Normal file
19
srcpkgs/python3-emoji/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue