www/motyl: import motyl-1.0.2.
Motyl is an opinionated blog-aware static site generator written in Ruby. It uses Mustache as templating system, and all content is written in Markdown. OK kamil@
This commit is contained in:
parent
38f69e3df5
commit
b367c71b48
4 changed files with 42 additions and 0 deletions
2
www/motyl/DESCR
Normal file
2
www/motyl/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Motyl is an opinionated blog-aware static site generator written in Ruby. It
|
||||
uses Mustache as templating system, and all content is written in Markdown.
|
31
www/motyl/Makefile
Normal file
31
www/motyl/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/09/10 12:26:43 fcambus Exp $
|
||||
|
||||
DISTNAME= motyl-1.0.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
|
||||
GITHUB_PROJECT= motyl
|
||||
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= fcambus@NetBSD.org
|
||||
HOMEPAGE= https://github.com/fcambus/motyl/
|
||||
COMMENT= Opinionated blog-aware static site generator
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-mustache-[0-9]*:../../devel/ruby-mustache
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-kramdown-[0-9]*:../../textproc/ruby-kramdown
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rouge-[0-9]*:../../www/ruby-rouge
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
REPLACE_RUBY= bin/motyl
|
||||
|
||||
DOCDIR= share/doc/motyl
|
||||
|
||||
INSTALLATION_DIRS+= bin ${DOCDIR}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/motyl ${DESTDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/${DOCDIR}
|
||||
|
||||
.include "../../lang/ruby/replace.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
www/motyl/PLIST
Normal file
3
www/motyl/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/09/10 12:26:43 fcambus Exp $
|
||||
bin/motyl
|
||||
share/doc/motyl/README.md
|
6
www/motyl/distinfo
Normal file
6
www/motyl/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/09/10 12:26:43 fcambus Exp $
|
||||
|
||||
SHA1 (motyl-1.0.2.tar.gz) = 43c9150a9a57eadf0a869006c8547a6cf7c74ec9
|
||||
RMD160 (motyl-1.0.2.tar.gz) = 2f4b51ac06aa3f217362d938c050bf92ed80cc2a
|
||||
SHA512 (motyl-1.0.2.tar.gz) = 6fc33f863e63527568af7090a83e77f9a57f311339a9a456ad0a1c508b2f9be89acb1fde66fced2088b46ccbd1f00eb71fcb711f3766cb9a79072c794d3da1ef
|
||||
Size (motyl-1.0.2.tar.gz) = 4394 bytes
|
Loading…
Reference in a new issue