New package: rofi-emoji-1.2.0
This commit is contained in:
parent
4ebc8c62cc
commit
1e29016bf5
1 changed files with 23 additions and 0 deletions
23
srcpkgs/rofi-emoji/template
Normal file
23
srcpkgs/rofi-emoji/template
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue