mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 00:17:46 +00:00
Ports: Add xorriso port
This commit is contained in:
parent
a426263dee
commit
ed0936065f
4 changed files with 41 additions and 0 deletions
11
Ports/xorriso/package.sh
Executable file
11
Ports/xorriso/package.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='xorriso'
|
||||
version='1.5.6'
|
||||
files=(
|
||||
"https://www.gnu.org/software/xorriso/xorriso-${version}.tar.gz d4b6b66bd04c49c6b358ee66475d806d6f6d7486e801106a47d331df1f2f8feb"
|
||||
)
|
||||
depends=(
|
||||
'libiconv'
|
||||
)
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
Loading…
Add table
Add a link
Reference in a new issue