forked from tastytea/overlay
www-apps/bashblog: New package
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
8f8d39c4c6
commit
9ead6299c0
13
www-apps/bashblog/Manifest
Normal file
13
www-apps/bashblog/Manifest
Normal file
|
@ -0,0 +1,13 @@
|
|||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
EBUILD bashblog-20170103.ebuild 582 BLAKE2B 7c6f2619ac6f20dd118e1725b2b0fe0927586c0f5ed4a240fea567f9429785e734a0b7e46d380965f7a381faa5d524fb5a6155771e607832a43ce1342c45d455 SHA512 288bdf4cc5f5c5054c3dcab23fc7005ba747a8e1f2c9fd1caeca36d1d83212b0d6a0657869ae9023a2d73c540e91629471d4767adc4e4bf27993bc145ad57ace
|
||||
EBUILD bashblog-99999999.ebuild 582 BLAKE2B 7c6f2619ac6f20dd118e1725b2b0fe0927586c0f5ed4a240fea567f9429785e734a0b7e46d380965f7a381faa5d524fb5a6155771e607832a43ce1342c45d455 SHA512 288bdf4cc5f5c5054c3dcab23fc7005ba747a8e1f2c9fd1caeca36d1d83212b0d6a0657869ae9023a2d73c540e91629471d4767adc4e4bf27993bc145ad57ace
|
||||
MISC metadata.xml 344 BLAKE2B 8d12bca8d3b9bee2bbd041d11542741ebcbf28134350ffae1b662691f7e79eb4874330f16711412564c509f85edff6516f5a450b1cab9c074837f1c45737af9b SHA512 9e7ab1429f7e67ec17fd9657b1b9bd9ca62aa5c32c0a95ecee46d8245b2f4cf46781ed35631c65e285c9b23a3cae633301678b66ce5a5e39c59fc0b48e414173
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXEwlZgAKCRDPw5SX8bJu
|
||||
BzhmAP9+rFK6QxzFYSNXaHWQNas7sdNK2BNxlPrsfwgnd/IBhgD9GFnwaxLoYnZ7
|
||||
eGOBKueeuA0ujSeTBFOH5Pq55/j3szU=
|
||||
=JGEv
|
||||
-----END PGP SIGNATURE-----
|
32
www-apps/bashblog/bashblog-20170103.ebuild
Normal file
32
www-apps/bashblog/bashblog-20170103.ebuild
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="A single Bash script to create blogs."
|
||||
HOMEPAGE="https://github.com/cfenollosa/bashblog"
|
||||
EGIT_REPO_URI="https://github.com/cfenollosa/bashblog.git"
|
||||
if [[ "${PV}" != "99999999" ]]; then
|
||||
EGIT_COMMIT_DATE="${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
if [[ "${PV}" == "99999999" ]]; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
|| ( app-text/peg-markdown dev-perl/Text-Markdown )
|
||||
"
|
||||
DEPEND="
|
||||
"
|
||||
|
||||
src_install() {
|
||||
dobin bb.sh
|
||||
}
|
32
www-apps/bashblog/bashblog-99999999.ebuild
Normal file
32
www-apps/bashblog/bashblog-99999999.ebuild
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="A single Bash script to create blogs."
|
||||
HOMEPAGE="https://github.com/cfenollosa/bashblog"
|
||||
EGIT_REPO_URI="https://github.com/cfenollosa/bashblog.git"
|
||||
if [[ "${PV}" != "99999999" ]]; then
|
||||
EGIT_COMMIT_DATE="${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
if [[ "${PV}" == "99999999" ]]; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
|| ( app-text/peg-markdown dev-perl/Text-Markdown )
|
||||
"
|
||||
DEPEND="
|
||||
"
|
||||
|
||||
src_install() {
|
||||
dobin bb.sh
|
||||
}
|
11
www-apps/bashblog/metadata.xml
Normal file
11
www-apps/bashblog/metadata.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>tastytea</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/cfenollosa/bashblog/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user