mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 01:37:36 +00:00
Ports: Add lowdown 1.0.2
This commit is contained in:
parent
6e97dc3633
commit
675cf43937
6 changed files with 78 additions and 0 deletions
12
Ports/lowdown/package.sh
Executable file
12
Ports/lowdown/package.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
|
||||
port='lowdown'
|
||||
version='1.0.2'
|
||||
workdir="lowdown-VERSION_${version//./_}"
|
||||
files="https://github.com/kristapsdz/lowdown/archive/refs/tags/VERSION_${version//./_}.tar.gz lowdown-${version}.tar.gz 049b7883874f8a8e528dc7c4ed7b27cf7ceeb9ecf8fe71c3a8d51d574fddf84b"
|
||||
useconfigure='true'
|
||||
auth_type='sha256'
|
||||
|
||||
configure() {
|
||||
run ./configure
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue