mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
15 lines
370 B
Bash
15 lines
370 B
Bash
# Template file for 'ruby-asciidoctor'
|
|
pkgname=ruby-asciidoctor
|
|
version=1.5.8
|
|
revision=2
|
|
noarch=yes
|
|
build_style=gem
|
|
short_desc="Ruby implementation of AsciiDoc"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://asciidoctor.org"
|
|
checksum=9deaa93eacadda48671e18395b992eafba35d08f25ddbe28d25bb275831a8d62
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|