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