mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:27:35 +00:00
Ports: Add auth_type verification to all package.sh files
This commit is contained in:
parent
6c618eb072
commit
a206ab2211
68 changed files with 135 additions and 65 deletions
|
@ -4,7 +4,8 @@ port=neofetch
|
|||
version=7.1.0
|
||||
useconfigure=false
|
||||
depends="bash jq"
|
||||
files="https://github.com/dylanaraps/neofetch/archive/${version}.tar.gz neofetch-${version}.tar.gz"
|
||||
files="https://github.com/dylanaraps/neofetch/archive/${version}.tar.gz neofetch-${version}.tar.gz 37ba9026fdd353f66d822fdce16420a8"
|
||||
auth_type=md5
|
||||
|
||||
install() {
|
||||
run make DESTDIR=$DESTDIR PREFIX=/usr/local $installopts install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue