Skip to content

Commit

Permalink
New package: easybashgui-13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Apr 11, 2024
1 parent ed32eab commit c01d15b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions srcpkgs/easybashgui-devel
26 changes: 26 additions & 0 deletions srcpkgs/easybashgui/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Template file for 'easybashgui'
pkgname=easybashgui
version=13.0.1
revision=1
build_style=gnu-makefile
short_desc="Bash functions library that aims to give simple GUI functions"
maintainer="zenobit <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/BashGui/easybashgui"
distfiles="https://github.com/BashGui/easybashgui/archive/refs/tags/${version}.tar.gz"
checksum=8eff65d29a315632627b1dabeb7e1937a883ef9bda80a8d5d1af1ca09f3475d4

pkg_install() {
vbin usr/bin/*
vman usr/share/man/man1/easybashgui.1
vcopy usr/share/easybashgui/Attenzione.xpm

Check failure on line 16 in srcpkgs/easybashgui/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

trailing whitespace
vcopy usr/share/easybashgui/Ok.xpm

Check failure on line 17 in srcpkgs/easybashgui/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

trailing whitespace
}

easybashgui-devel_package() {
short_desc+=" - development libraries"
depends="${makedepends} easybashgui>=${version}_${revision}"
pkg_install() {
vcopy lib/* usr/lib/
}
}

0 comments on commit c01d15b

Please sign in to comment.