20 lines
638 B
Bash
20 lines
638 B
Bash
# Template file for 'rofimoji'
|
|
pkgname=rofimoji
|
|
version=6.5.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=a1a3e88643ca77b86e150aac686d245a6bbaa885824542439b5090d20e220530
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman src/picker/docs/rofimoji.1
|
|
}
|