mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 20:25:14 +02:00
15 lines
430 B
Bash
15 lines
430 B
Bash
# Template file for 'R-cran-stringi'
|
|
pkgname=R-cran-stringi
|
|
version=1.4.6
|
|
revision=3
|
|
build_style=R-cran
|
|
makedepends="pkg-config icu-devel"
|
|
short_desc="Character String Processing Facilities"
|
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://gagolewski.com/software/stringi/"
|
|
checksum=633f67da5bd7bcb611764e4f478b0da050d22a715bbcbdd67aed0300dcef6fd6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|