24 lines
655 B
Bash
24 lines
655 B
Bash
# Template file for 'rofi-emoji'
|
|
pkgname=rofi-emoji
|
|
version=3.2.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="autoconf automake libtool pkg-config"
|
|
makedepends="rofi-devel"
|
|
depends="rofi"
|
|
short_desc="Emoji selector plugin for Rofi"
|
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/Mange/rofi-emoji"
|
|
changelog="https://raw.githubusercontent.com/Mange/rofi-emoji/master/Changelog.md"
|
|
distfiles="https://github.com/Mange/rofi-emoji/archive/v${version}.tar.gz"
|
|
checksum=431e802171e55edeecc79f6e75cba072ea25dea2527884e4629b04891cd467ed
|
|
|
|
pre_configure() {
|
|
autoreconf -i
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|