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