mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
far2l: add metadata.xml
This commit is contained in:
parent
72782c2217
commit
c475b3a6cb
2 changed files with 22 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ inherit cmake
|
|||
DESCRIPTION="Linux port of FAR v2"
|
||||
HOMEPAGE="https://github.com/elfmz/far2l/"
|
||||
SRC_URI="https://github.com/elfmz/far2l/archive/refs/tags/v_${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
|
@ -33,13 +33,16 @@ DEPEND="
|
|||
samba? ( net-fs/samba )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
#BDEPEND=""
|
||||
|
||||
PATCHES=( "${FILESDIR}/cmakelist.patch" )
|
||||
|
||||
S="${WORKDIR}/${PN}-v_${PV}"
|
||||
|
||||
src_configure() {
|
||||
#FIXME: more options:
|
||||
# -DPYTHON=yes
|
||||
#ALIGN AUTOWRAP CALC COLORER COMPARE DRAWLINE EDITCASE EDITORCOMP FARFTP
|
||||
#FILECASE INCSRCH INSIDE MULTIARC NETROCKS SIMPLEINDENT TMPPANEL
|
||||
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=OFF
|
||||
|
|
@ -47,10 +50,6 @@ src_configure() {
|
|||
# automatic charset detection
|
||||
-DUSEUCD=$(usex uchardet yes no)
|
||||
)
|
||||
|
||||
# -DPYTHON=yes
|
||||
#ALIGN AUTOWRAP CALC COLORER COMPARE DRAWLINE EDITCASE EDITORCOMP FARFTP FILECASE INCSRCH INSIDE MULTIARC NETROCKS SIMPLEINDENT TMPPANEL
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
|
|
|
|||
17
app-misc/far2l/metadata.xml
Normal file
17
app-misc/far2l/metadata.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>blshkv@pentoo.org</email>
|
||||
<name>Anton Bolshakov</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">elfmz/far2l</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="nfs">Enable nfs support</flag>
|
||||
<flag name="ssh">Enable ssh support</flag>
|
||||
<flag name="uchardet">Enable encoding detector library</flag>
|
||||
<flag name="webdav">Enable webdav support</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue