core/pkgconf
2024-02-05 10:17:08 +00:00
..
.footprint pkgconf: 1.8.0 -> 1.9.0 2022-08-07 14:30:32 +02:00
.signature Merge remote-tracking branch 'origin/3.7' into 3.8 2024-02-05 10:17:08 +00:00
i686-pc-linux-gnu.personality pkgconf: initial commit, version 1.8.0 2021-12-11 19:29:04 +01:00
Pkgfile Merge remote-tracking branch 'origin/3.7' into 3.8 2024-02-05 10:17:08 +00:00
README pkgconf: initial commit, version 1.8.0 2021-12-11 19:29:04 +01:00
x86_64-pc-linux-gnu.personality pkgconf: initial commit, version 1.8.0 2021-12-11 19:29:04 +01:00

# Part 1:

Please read up on the following ticket:
https://todo.sr.ht/~kaniini/pkgconf/1

The gist: since we exchange pkg-config for pkgconf here, this should not be a
problem, still, this is not 'nice'.

# Part 2:

#!/bin/sh
#
# This was originally my post-install for this port!
# pkgconf and pkg-config are not meant to co-exist, but
# the decision to swap them out is only yours to make! 
# Please review the consequences of this script!

alias="pkgconf: pkg-config"

if [ -z "$(grep "$alias" /var/lib/pkg/prt-get.aliases)" ]; then
	echo "$alias" >> /var/lib/pkg/prt-get.aliases
fi