mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-01 19:42:55 +00:00
Upgraded gtkterm from 1.1.1 to 1.3.1
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
# GTKterm
|
# GTKterm
|
||||||
# Source: https://github.com/Jeija/gtkterm/archive/1.1.1.tar.gz
|
# Source: https://github.com/wvdakker/gtkterm/archive/refs/tags/1.3.1.tar.gz
|
||||||
#
|
#
|
||||||
# $BUILD = Directory to temporarily install
|
# $BUILD = Directory to temporarily install
|
||||||
# $PKGS = Directory to store built packages
|
# $PKGS = Directory to store built packages
|
||||||
@ -39,5 +39,5 @@ gtkterm: https://github.com/Jeija/gtkterm
|
|||||||
gtkterm:
|
gtkterm:
|
||||||
EOF
|
EOF
|
||||||
sudo -S mv -v /tmp/slack-desc install/ &&
|
sudo -S mv -v /tmp/slack-desc install/ &&
|
||||||
sudo -S makepkg -l y -c n $PKGS/gtkterm-1.1.1-$(uname -m)-mlfs.txz &&
|
sudo -S makepkg -l y -c n $PKGS/gtkterm-1.3.1-$PSUFFIX &&
|
||||||
sudo -S rm -rf ${BUILD}/*
|
sudo -S rm -rf ${BUILD}/*
|
||||||
|
Reference in New Issue
Block a user