19 lines
638 B
Bash
19 lines
638 B
Bash
# Template file for 'urxvt-perls'
|
|
pkgname=urxvt-perls
|
|
version=2.3
|
|
revision=1
|
|
archs=noarch
|
|
depends="rxvt-unicode perl"
|
|
short_desc="Perl extensions for the rxvt-unicode terminal emulator"
|
|
maintainer="nem <nem@posteo.net>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/muennich/urxvt-perls"
|
|
distfiles="https://github.com/muennich/urxvt-perls/archive/${version}.tar.gz"
|
|
checksum=a632e4867fe285eef3f2cd6db3fff18153eb1053b95c9218bc9963d7f9927442
|
|
|
|
do_install() {
|
|
vinstall deprecated/clipboard 644 usr/lib/urxvt/perl
|
|
vinstall keyboard-select 644 usr/lib/urxvt/perl
|
|
vinstall deprecated/url-select 644 usr/lib/urxvt/perl
|
|
vdoc README.md
|
|
}
|