void-packages/srcpkgs/rofimoji/template

20 lines
638 B
Bash

# Template file for 'rofimoji'
pkgname=rofimoji
version=6.3.2
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=d32721266b6b1e99f42585783e10b4ea7cdc581c86b985cdc330f82ae7ddbe1f
post_install() {
vlicense LICENSE
vman src/picker/docs/rofimoji.1
}