diff --git a/srcpkgs/rofimoji/template b/srcpkgs/rofimoji/template new file mode 100644 index 00000000000..e31528bfdc5 --- /dev/null +++ b/srcpkgs/rofimoji/template @@ -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 " +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 +}