New package: rofi-emoji-1.2.0
This commit is contained in:
parent
4ebc8c62cc
commit
1e29016bf5
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'rofi-emoji'
|
||||
pkgname=rofi-emoji
|
||||
version=1.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"
|
||||
distfiles="https://github.com/Mange/rofi-emoji/archive/v${version}.tar.gz"
|
||||
checksum=06df643356fb663d2373f77cb23fbd2f0421bf06eb91c2a103ca1d891abac490
|
||||
|
||||
pre_configure() {
|
||||
sed -n '81,83p' README.md > LICENSE
|
||||
autoreconf -i
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue