24 lines
609 B
Bash
24 lines
609 B
Bash
# Template file for 'rofi-emoji'
|
|
pkgname=rofi-emoji
|
|
version=2.1.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"
|
|
distfiles="https://github.com/Mange/rofi-emoji/archive/v${version}.tar.gz"
|
|
checksum=cfb3da4aa715644c75949ce0e8ca28fecc4d663387935e5c0677267612a6fd58
|
|
|
|
pre_configure() {
|
|
sed -n '81,83p' README.md > LICENSE
|
|
autoreconf -i
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|