mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
app-crypt/elfcrypt: add ELFcrypt2 and header file
This commit is contained in:
parent
521a4113ba
commit
98c53172d7
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue