forked from TheLastGimbus/GooglePhotosTakeoutHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare for next fail like TheLastGimbus#171
- Loading branch information
1 parent
58a6264
commit f67bbdc
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
#!/bin/bash | ||
# Script to generate PKGBUILD files for Ałycz Linux | ||
|
||
set -e # fail if generating sha fails or smth | ||
|
||
txt="# Maintainer: TheLastGimbus <[email protected]> | ||
pkgname=gpth-bin | ||
pkgver=$(grep -oP '(?<=version: ).*' pubspec.yaml) | ||
|
@@ -19,4 +22,4 @@ package() { | |
install -Dm755 \"gpth-linux\" \"\${pkgdir}/usr/bin/gpth\" | ||
}" | ||
|
||
echo "$txt" >PKGBUILD | ||
echo "$txt" | tee PKGBUILD |