mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
c-mnalib-1.0.0.ebuild
This commit is contained in:
parent
4480eadc4f
commit
091e5fdd96
3 changed files with 26 additions and 0 deletions
1
dev-libs/c-mnalib/Manifest
Normal file
1
dev-libs/c-mnalib/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST c-mnalib-1.0.0.gh.tar.gz 181314 BLAKE2B 745a1455a5627c0e0fa310fe328bdcc9667776c21a709c5d2be1c7843e368e6529fbcbef53bcbe93a2ad42f238725d64708506a463582c894123f3d009c07b94 SHA512 dbccefda3e1a2c8dab970a092b6cf91fbf8ead275a958c1e732769fb1220ccc18248ec4677de10d4e2cf33e9966806861b5f898d4e64d28959948725170aafba
|
||||
14
dev-libs/c-mnalib/c-mnalib-1.0.0.ebuild
Normal file
14
dev-libs/c-mnalib/c-mnalib-1.0.0.ebuild
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Copyright 2019-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="C library for easy access and configuration of mobile network modems"
|
||||
HOMEPAGE="https://github.com/falkenber9/c-mnalib"
|
||||
|
||||
SRC_URI="https://github.com/falkenber9/c-mnalib/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
11
dev-libs/c-mnalib/metadata.xml
Normal file
11
dev-libs/c-mnalib/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>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">falkenber9/c-mnalib</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue