mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
This is a bit of an overhaul to the ebuild, done because upstream added a shared/static library version of the application. With the changes here, prefix builds, multilib builds, and cross builds should all work correctly (and I've tested to make sure they do). Support is included for the binary itself, with the shared library gated behind a USE flag. Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
20 lines
644 B
XML
20 lines
644 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<name>Vivian Heisz (vhz)</name>
|
|
<email>demize@unstable.systems</email>
|
|
</maintainer>
|
|
<upstream>
|
|
<maintainer status="active">
|
|
<name>jneen</name>
|
|
<email>jneen@jneen.ca</email>
|
|
</maintainer>
|
|
<remote-id type="codeberg">jneen/spct</remote-id>
|
|
<bugs-to>https://codeberg.org/jneen/spct/issues/new</bugs-to>
|
|
</upstream>
|
|
<use>
|
|
<flag name="libspct">Build spct as a shared library (libspct) for use in other applications.</flag>
|
|
</use>
|
|
</pkgmetadata>
|