20 lines
635 B
Bash
20 lines
635 B
Bash
# 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
|
|
}
|