1 0bef3bb5 2023-05-30 aa gpass is a utility to generate secure passphrases. To install run `make',
2 0bef3bb5 2023-05-30 aa followed by `make install':
5 19b0b4c0 2022-09-29 src # make install
10 5a6be0c6 2023-05-01 aa_src Since arc4random(3) was added to glibc, gpass has no external
11 5a6be0c6 2023-05-01 aa_src dependencies on most platforms. Most people, whose libcs don't have
12 5a6be0c6 2023-05-01 aa_src arc4random(3) should be able to link gpass with libbsd instead.