mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/magiic: Updated for version 0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
590fc17b20
commit
857fe66da8
4 changed files with 14 additions and 11 deletions
|
@ -1,12 +1,15 @@
|
||||||
magiic is a simple front for slackpkg, written in dialog.
|
magiic is a simple front for slackpkg, written in dialog.
|
||||||
|
|
||||||
With him you can:
|
With him you can:
|
||||||
|
|
||||||
* List of mirrors
|
* List of mirrors
|
||||||
* Check for system updates
|
* Check for system update
|
||||||
* Update de mirror
|
* Update the mirror
|
||||||
* List all unofficial packages for remove.
|
* List all unofficial packages for removal
|
||||||
* Search for package
|
* Check package information
|
||||||
|
* Search for a package
|
||||||
* Install a new package
|
* Install a new package
|
||||||
|
* Reinstall package
|
||||||
* Remove a package
|
* Remove a package
|
||||||
* Upgrade packages
|
* Upgrade packages
|
||||||
|
|
||||||
|
NOTE: Not all slackpkg features are available, just the main features.
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=magiic
|
PRGNAM=magiic
|
||||||
VERSION=${VERSION:-0.2}
|
VERSION=${VERSION:-0.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
ARCH=noarch
|
ARCH=noarch
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="magiic"
|
PRGNAM="magiic"
|
||||||
VERSION="0.2"
|
VERSION="0.3"
|
||||||
HOMEPAGE="https://github.com/slackjeff/magiic/"
|
HOMEPAGE="https://github.com/slackjeff/magiic/"
|
||||||
DOWNLOAD="https://github.com/slackjeff/magiic/raw/master/magiic-0.2.tar.xz"
|
DOWNLOAD="https://github.com/slackjeff/magiic/raw/master/magiic-0.3.tar.xz"
|
||||||
MD5SUM="b9922e980cfb540d62253f2c348ff7f2"
|
MD5SUM="899cdbfd051870941e5614c984bf55c7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
magiic: magiic (Simple front for Slackpkg)
|
magiic: magiic (Simple frontend for Slackpkg)
|
||||||
magiic:
|
magiic:
|
||||||
magiic: magiic is a simple front for slackpkg, written in dialog.
|
magiic: magiic is a simple frontend for slackpkg, written in dialog.
|
||||||
magiic:
|
magiic:
|
||||||
magiic:
|
magiic:
|
||||||
magiic:
|
magiic:
|
||||||
|
|
Loading…
Reference in a new issue