File PKGBUILD of Package easybashgui
# Contributor: mckayshirou <mckayshirou@gmail.com>
# Maintainer: PICCORO Lenz McKay <mckaygerhard@gmail.com>
# Copyright (c) 2024 PICCORO Lenz McKAY <mckaygerhard>.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://github.com/BashGui/easybashgui/issues
pkgname=(easybashgui)
pkgbase=easybashgui
pkgver=15.0.1
pkgrel=0
pkgdesc="Simplified way to code bash made GUI frontend dialogs!"
options=(!strip)
url="https://github.com/BashGui/easybashgui"
arch=(any)
license=(BSD-3-Clause)
depends=(bash dialog bc)
makedepends=(make bash)
source=(easybashgui_15.0.1.orig.tar.gz)
prepare() {
echo "no patches, use binary minenux"
}
build() {
echo "no configure and buil need"
}
package_easybashgui() {
cd "${srcdir}/${pkgbase}-${pkgver}" && DESTDIR="$pkgdir" make install
}
sha256sums=('SKIP')
md5sums=(SKIP)