diff options
author | Rafael G. Martins <rafaelmartins@gentoo.org> | 2015-08-18 10:28:04 -0300 |
---|---|---|
committer | Rafael G. Martins <rafaelmartins@gentoo.org> | 2015-08-18 10:28:04 -0300 |
commit | 9d2a84fcbcbe98ff45187764eca982848f9a165a (patch) | |
tree | a71774eea653ee0b32ef92e7bb781ab3b306a319 /app-text/blogc/metadata.xml | |
parent | app-text/aspell: fix compilation with clang (diff) | |
download | gentoo-9d2a84fcbcbe98ff45187764eca982848f9a165a.tar.gz gentoo-9d2a84fcbcbe98ff45187764eca982848f9a165a.tar.bz2 gentoo-9d2a84fcbcbe98ff45187764eca982848f9a165a.zip |
app-text/blogc: initial commit
Package-Manager: portage-2.2.15
Diffstat (limited to 'app-text/blogc/metadata.xml')
-rw-r--r-- | app-text/blogc/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-text/blogc/metadata.xml b/app-text/blogc/metadata.xml new file mode 100644 index 000000000000..148d76a61121 --- /dev/null +++ b/app-text/blogc/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>rafaelmartins@gentoo.org</email> + <name>Rafael G. Martins</name> + </maintainer> + <longdescription lang="en"> + blogc(1) is a blog compiler. It converts source files and templates + into blog/website resources. + </longdescription> + <upstream> + <maintainer status="active"> + <email>rafael@rafaelmartins.eng.br</email> + <name>Rafael G. Martins</name> + </maintainer> + <remote-id type="github">blogc/blogc</remote-id> + </upstream> +</pkgmetadata> |