aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/rofimoji/template
blob: 3251e1b8b650c8b2d76d7cd52b12f19e9fc92861 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Template file for 'rofimoji'
pkgname=rofimoji
version=6.3.2
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=d32721266b6b1e99f42585783e10b4ea7cdc581c86b985cdc330f82ae7ddbe1f

post_install() {
	vlicense LICENSE
	vman src/picker/docs/rofimoji.1
}