diff options
| author | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2025-09-18 17:00:33 +0300 |
|---|---|---|
| committer | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2025-09-18 17:02:42 +0300 |
| commit | 8494de14418259c08b9b399042c04b24c0e36cbf (patch) | |
| tree | 8dfc624aacbb4b02aef844b7b6ede428637841a7 /dev-libs | |
| parent | add sets.conf and sets/ (diff) | |
| download | orf-overlay-8494de14418259c08b9b399042c04b24c0e36cbf.tar.gz orf-overlay-8494de14418259c08b9b399042c04b24c0e36cbf.zip | |
dev-libs/libsfdo: add 0.1.3
Diffstat (limited to 'dev-libs')
| -rw-r--r-- | dev-libs/libsfdo/Manifest | 1 | ||||
| -rw-r--r-- | dev-libs/libsfdo/libsfdo-0.1.3.ebuild | 31 | ||||
| -rw-r--r-- | dev-libs/libsfdo/metadata.xml | 7 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-libs/libsfdo/Manifest b/dev-libs/libsfdo/Manifest new file mode 100644 index 0000000..6b2c552 --- /dev/null +++ b/dev-libs/libsfdo/Manifest | |||
| @@ -0,0 +1 @@ | |||
| DIST libsfdo-0.1.3.tar.gz 53704 BLAKE2B 35908b512dad548aad4ab3b374328abdf2f3b5f07c9cc7bd0e8086dcd49353938dc62b7ee6283273d0ccdaf4f37cbd56a6231bbf8aeac9a7f6a878caf327579a SHA512 6214a789d9edb7029a29bff673405c6bd00e45647052b16a4f156a849c06da7e6fce96a6775023cf5a480c0192c5c84a9df465a450870c3cdb9e2ae2b11e8a18 | |||
diff --git a/dev-libs/libsfdo/libsfdo-0.1.3.ebuild b/dev-libs/libsfdo/libsfdo-0.1.3.ebuild new file mode 100644 index 0000000..b2064cb --- /dev/null +++ b/dev-libs/libsfdo/libsfdo-0.1.3.ebuild | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | EAPI=8 | ||
| 2 | |||
| 3 | inherit meson | ||
| 4 | |||
| 5 | DESCRIPTION="A collection of libraries which implement some of the XDG specifications." | ||
| 6 | HOMEPAGE="https://github.com/jlindgren90/libsfdo" | ||
| 7 | |||
| 8 | if [[ ${PV} == 9999 ]]; then | ||
| 9 | inherit git-r3 | ||
| 10 | EGIT_REPO_URI="https://github.com/jlindgren90/libsfdo.git" | ||
| 11 | else | ||
| 12 | SRC_URI="https://github.com/jlindgren90/libsfdo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" | ||
| 13 | KEYWORDS="~amd64" | ||
| 14 | fi | ||
| 15 | |||
| 16 | LICENSE="BSD-2" | ||
| 17 | SLOT="0" | ||
| 18 | IUSE="test" | ||
| 19 | RESTRICT="!test? ( test )" | ||
| 20 | |||
| 21 | BDEPEND=" | ||
| 22 | virtual/pkgconfig | ||
| 23 | " | ||
| 24 | |||
| 25 | src_configure() { | ||
| 26 | local emesonargs=( | ||
| 27 | $(meson_use test tests) | ||
| 28 | ) | ||
| 29 | |||
| 30 | meson_src_configure | ||
| 31 | } | ||
diff --git a/dev-libs/libsfdo/metadata.xml b/dev-libs/libsfdo/metadata.xml new file mode 100644 index 0000000..484d085 --- /dev/null +++ b/dev-libs/libsfdo/metadata.xml | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
| 3 | <pkgmetadata> | ||
| 4 | <upstream> | ||
| 5 | <remote-id type="github">jlindgren90/libsfdo</remote-id> | ||
| 6 | </upstream> | ||
| 7 | </pkgmetadata> | ||
