mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/buka: initial commit with the version 1.0
Buka is a software that allows downloading mangas from buka.cn using a command line interface. Package-Manager: portage-2.3.0
This commit is contained in:
committed by
Göktürk Yüksek
parent
69da44d92b
commit
4c5cd6eef8
1
net-misc/buka/Manifest
Normal file
1
net-misc/buka/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST buka-1.0.tar.gz 13443 SHA256 175f6bad7d5087c0555d51984ccd301c0f903d9e68f2ed5f9a0a3700a29f9d53 SHA512 115eaebb23efe205a61ac87e803a5375be6daf1e4c7e685e2bcb1e105caf5100cac48af96fd570b1815b7b7f655c2954d93afe2661d759e88d64faf7e8d01b2b WHIRLPOOL bc8af288344957baacebcfd0b33dc871b3eef80e3f98d016315be41a7a4dc50183aeba9afdf896a3ce3ed09a6d77a52663ff9d75499a8d0f5469410051829e3f
|
||||
24
net-misc/buka/buka-1.0.ebuild
Normal file
24
net-misc/buka/buka-1.0.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Download manga from buka.cn"
|
||||
HOMEPAGE="https://gitgud.io/drylemon/buka"
|
||||
SRC_URI="http://lick.moe/buka/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="sys-process/parallel
|
||||
net-misc/curl
|
||||
dev-util/dialog"
|
||||
|
||||
src_install()
|
||||
{
|
||||
default
|
||||
doman ${PN}.1
|
||||
dobin ${PN}
|
||||
}
|
||||
12
net-misc/buka/metadata.xml
Normal file
12
net-misc/buka/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>mo@openmailbox.org</email>
|
||||
<name>Mohamad Issawi</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Gentoo Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user