void-packages/srcpkgs/rofimoji/template

20 lines
638 B
Bash

# Template file for 'rofimoji'
pkgname=rofimoji
version=6.4.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-ConfigArgParse"
short_desc="Simple character picker using rofi"
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
license="MIT"
homepage="https://github.com/fdw/rofimoji"
changelog="https://raw.githubusercontent.com/fdw/rofimoji/main/CHANGELOG.md"
distfiles="https://github.com/fdw/rofimoji/archive/refs/tags/${version}.tar.gz"
checksum=db204c193b37041554ca43f789444dad7fc371153df692f73bb62ca6e0bad2d0
post_install() {
vlicense LICENSE
vman src/picker/docs/rofimoji.1
}