1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 00:17:46 +00:00

Ports: Add tr utility

This commit is contained in:
Brian Callahan 2020-05-10 12:00:03 -04:00 committed by Andreas Kling
parent baf6efb46f
commit 092bda2f14
4 changed files with 120 additions and 0 deletions

5
Ports/tr/package.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash ../.port_include.sh
port=tr
version=6.7
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/tr-${version}.tar.gz tr-${version}.tar.gz"
depends=libpuffy