From f647155f9f7e89d17a4590257d5487e4750d5498 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 8 Feb 2020 10:54:37 +0100 Subject: Update Dist::Maker config --- .config/rdm/config.toml | 6 +++++- .config/rdm/templates/provide.raku | 15 ------------- .config/rdm/templates/readme.rakudoc | 41 ------------------------------------ 3 files changed, 5 insertions(+), 57 deletions(-) delete mode 100644 .config/rdm/templates/provide.raku delete mode 100644 .config/rdm/templates/readme.rakudoc (limited to '.config/rdm') diff --git a/.config/rdm/config.toml b/.config/rdm/config.toml index 0ca38f3..6e1b81d 100644 --- a/.config/rdm/config.toml +++ b/.config/rdm/config.toml @@ -1,2 +1,6 @@ [new] -path = "/home/tyil/projects/personal" +path = "/home/tyil/projects/personal/raku" +author = "Patrick Spek " + +[add] +prepend-license-lines = "" diff --git a/.config/rdm/templates/provide.raku b/.config/rdm/templates/provide.raku deleted file mode 100644 index 19d944f..0000000 --- a/.config/rdm/templates/provide.raku +++ /dev/null @@ -1,15 +0,0 @@ -#! /usr/bin/env false - -use v{{ meta.perl }}; - -{{ body }} - -=begin pod - -=NAME {{ this.provide }} -=AUTHOR Patrick Spek -=VERSION {{ meta.version }} - -=end pod - -# vim: ft=raku noet sw=8 ts=8 diff --git a/.config/rdm/templates/readme.rakudoc b/.config/rdm/templates/readme.rakudoc deleted file mode 100644 index 5234c71..0000000 --- a/.config/rdm/templates/readme.rakudoc +++ /dev/null @@ -1,41 +0,0 @@ -=begin pod - -=NAME {{ name }} -=AUTHOR {{ author }} -=VERSION {{ version }} - -=head1 Description - -{{ description }} - -=head1 Installation - -Install this module through L: - -=begin code :lang -zef install {{ name }} -=end code - -=head1 Documentation - -Documentation is written as L -documents, and can be read with C's C<--doc> option. - -=begin input -raku --doc {{ name }} -=end input - -At your option, you can also use prettier readers, such as -L|https://modules.raku.org/search/?q=p6doc> or -L|https://modules.raku.org/dist/App::Rakuman:cpan:TYIL>. - -=begin input -p6doc {{ name }} -rakuman {{ name }} -=end input - -=head1 License - -This module is distributed under the terms of the {{ license }}. - -=end pod -- cgit v1.1