app-crypt/elfcrypt: add ELFcrypt2 and header file

This commit is contained in:
rick 2025-11-23 21:01:38 +01:00
parent 521a4113ba
commit 98c53172d7
No known key found for this signature in database
GPG key ID: D3FB4A5EDD2CBF02
2 changed files with 4 additions and 0 deletions

View file

@ -29,7 +29,9 @@ src_prepare() {
}
src_install() {
doheader ELFcrypt.h
dobin ELFcrypt
dobin ELFcrypt2
dodoc README.md
if use examples; then
dodoc example.c

View file

@ -34,7 +34,9 @@ src_prepare() {
}
src_install() {
doheader ELFcrypt.h
dobin ELFcrypt
dobin ELFcrypt2
dodoc README.md
if use examples; then
dodoc example.c