Update blesh-git from 2023.04.18_1 to 2023.11.16_1 and make it replace blesh

This commit is contained in:
KF-Art 2023-11-19 19:07:54 -05:00
parent efdc2645f7
commit d8ad04e1b0
3 changed files with 7 additions and 19 deletions

View file

@ -1,12 +0,0 @@
Copyright (c) 2013, 2015-2020, K. Murase @akinomyoga <myoga.murase@gmail.com>,
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View file

@ -1,16 +1,16 @@
# Template file for 'blesh-git'
pkgname=blesh-git
version=2023.04.18
version=2023.11.16
revision=1
makedepends="gawk git"
depends="bash git"
build_style="gnu-makefile"
repository=cereus-extra
short_desc="A replacement for bash's line editor with advanced features - git nightly branch"
maintainer="Kevin F. <kevinfigueroart@proton.me>"
short_desc="A replacement for bash's line editor with advanced features - git devel branch"
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
license="BSD-3-Clause"
conflicts="blesh"
homepage="https://github.com/akinomyoga/ble.sh"
replaces="blesh"
do_fetch() {
git clone ${homepage} ${wrksrc}
@ -21,5 +21,5 @@ do_install() {
}
post_install() {
vlicense ${FILESDIR}/LICENSE.md
vlicense LICENSE.md
}

View file

@ -6,12 +6,12 @@ depends="bash"
repository=cereus-extra
wrksrc="ble-${version}"
short_desc="A replacement for bash's line editor with advanced features"
maintainer="Kevin F. <kevinfigueroart@proton.me>"
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
license="BSD-3-Clause"
conflicts="blesh-git"
homepage="https://github.com/akinomyoga/ble.sh"
distfiles="${homepage}/releases/download/v${version}/ble-${version}.tar.xz"
checksum=e543a43d211fef8f52b96b2e7935e892581421f759cda4ae87563854ebc60573
replaces="blesh-git"
do_install() {
vmkdir usr/share/blesh