New package: rofimoji-6.2.0

This commit is contained in:
Marcin Puc 2023-08-22 23:59:27 +02:00 committed by classabbyamp
parent 52530e775e
commit 9c59d62c67

19
srcpkgs/rofimoji/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'rofimoji'
pkgname=rofimoji
version=6.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-ConfigArgParse"
short_desc="Simple character picker using rofi"
maintainer="Marcin Puc <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=21da8e6879ac16d774f3ce6dfcd1783cec891ad172617eead2c10597f477d9a9
post_install() {
vlicense LICENSE
vman src/picker/docs/rofimoji.1
}