c-mnalib-1.0.0.ebuild

This commit is contained in:
Anton Bolshakov 2024-04-16 11:09:24 +08:00
parent 4480eadc4f
commit 091e5fdd96
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST c-mnalib-1.0.0.gh.tar.gz 181314 BLAKE2B 745a1455a5627c0e0fa310fe328bdcc9667776c21a709c5d2be1c7843e368e6529fbcbef53bcbe93a2ad42f238725d64708506a463582c894123f3d009c07b94 SHA512 dbccefda3e1a2c8dab970a092b6cf91fbf8ead275a958c1e732769fb1220ccc18248ec4677de10d4e2cf33e9966806861b5f898d4e64d28959948725170aafba

View 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"

View 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>