Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 26, 2020 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/5884b2bf96185a3cb5c00ebe89720af9 to your computer and use it in GitHub Desktop.
Save r-ryantm/5884b2bf96185a3cb5c00ebe89720af9 to your computer and use it in GitHub Desktop.
/nix/store/03d3q8dymvv6s1ry1zxxkhg0y44nv477-pkgconf-1.7.0
├── bin
│   └── pkgconf
├── include
│   └── pkgconf
│   └── libpkgconf
│   ├── bsdstubs.h
│   ├── iter.h
│   ├── libpkgconf-api.h
│   ├── libpkgconf.h
│   └── stdinc.h
├── lib
│   ├── libpkgconf.la
│   ├── libpkgconf.so -> libpkgconf.so.3.0.0
│   ├── libpkgconf.so.3 -> libpkgconf.so.3.0.0
│   ├── libpkgconf.so.3.0.0
│   └── pkgconfig
│   └── libpkgconf.pc
└── share
├── aclocal
│   └── pkg.m4
├── doc
│   └── pkgconf
│   ├── AUTHORS
│   └── README.md
└── man
├── man1
│   └── pkgconf.1.gz
├── man5
│   ├── pc.5.gz
│   └── pkgconf-personality.5.gz
└── man7
└── pkg.m4.7.gz
14 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment