pure-data / deken

Externals wrangler for Pure Data
Other
145 stars 17 forks source link

NetBSD binaries are not detected properly #258

Closed umlaeute closed 2 years ago

umlaeute commented 2 years ago
$ find . -type f -exec file {} +
./test/test.pd_netbsd: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, for NetBSD 9.2, not stripped
$ deken package -v "" test
$ ls *.dek
test.dek
$

obviously the .pd_netbsd extension is not recognized. however even the generic .so extension does not work:

$ find . -type f -exec file {} +
./test/test.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, for NetBSD 9.2, not stripped
$ deken package -v "" test
Could not GPG sign the package.
$ ls *.dek
'test(Linux-amd64-32).dek'
$