Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 05:03
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 ryantm/43fd8e55d249aad57ae856eda8a75b56 to your computer and use it in GitHub Desktop.
Save ryantm/43fd8e55d249aad57ae856eda8a75b56 to your computer and use it in GitHub Desktop.
/nix/store/l6rk70zlzc44wkmj3xlw6aiicfk3i1br-pkgconf-1.6.3
├── 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