forked from ariadne/pkgconf
update README [ci skip]
parent
833294f592
commit
6c3356a094
15
README.md
15
README.md
|
@ -1,4 +1,4 @@
|
||||||
# pkgconf
|
# pkgconf [![builds.sr.ht status](https://builds.sr.ht/~kaniini/pkgconf.svg)](https://builds.sr.ht/~kaniini/pkgconf?)
|
||||||
|
|
||||||
`pkgconf` is a program which helps to configure compiler and linker flags for
|
`pkgconf` is a program which helps to configure compiler and linker flags for
|
||||||
development libraries. It is similar to pkg-config from freedesktop.org.
|
development libraries. It is similar to pkg-config from freedesktop.org.
|
||||||
|
@ -7,11 +7,6 @@ development libraries. It is similar to pkg-config from freedesktop.org.
|
||||||
other tooling such as compilers and IDEs to discover and use libraries configured by
|
other tooling such as compilers and IDEs to discover and use libraries configured by
|
||||||
pkgconf.
|
pkgconf.
|
||||||
|
|
||||||
## git repository has moved
|
|
||||||
|
|
||||||
Note: due to the recent acquisition of GitHub by Microsoft, we have moved our git
|
|
||||||
repository to <https://git.dereferenced.org/pkgconf/pkgconf>.
|
|
||||||
|
|
||||||
## using `pkgconf` with autotools
|
## using `pkgconf` with autotools
|
||||||
|
|
||||||
Implementations of pkg-config, such as pkgconf, are typically used with the
|
Implementations of pkg-config, such as pkgconf, are typically used with the
|
||||||
|
@ -122,8 +117,10 @@ to make this determination themselves.
|
||||||
Release tarballs are available at <https://distfiles.dereferenced.org/pkgconf/>.
|
Release tarballs are available at <https://distfiles.dereferenced.org/pkgconf/>.
|
||||||
Please only use the tarballs from distfiles.dereferenced.org.
|
Please only use the tarballs from distfiles.dereferenced.org.
|
||||||
|
|
||||||
## reporting bugs
|
## contacts
|
||||||
|
|
||||||
See <https://git.dereferenced.org/pkgconf/pkgconf/issues>.
|
You can report bugs at <https://todo.sr.ht/~kaniini/pkgconf>.
|
||||||
|
|
||||||
Also you can contact us at `#pkgconf` at `irc.freenode.net`.
|
There is a mailing list at <https://lists.sr.ht/~kaniini/pkgconf>.
|
||||||
|
|
||||||
|
You can contact us via IRC at `#pkgconf` at `irc.freenode.net`.
|
||||||
|
|
Loading…
Reference in New Issue