24 lines
655 B
Bash
24 lines
655 B
Bash
# Template file for 'rofi-emoji'
|
|
pkgname=rofi-emoji
|
|
version=3.0.1
|
|
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=a773e62acac7cb1d2e10ba838149f6508a7541e36b15b620299bd8b8f2fd2056
|
|
|
|
pre_configure() {
|
|
autoreconf -i
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|