Skip to content

Commit

Permalink
New package: usbimager-1.0.10
Browse files Browse the repository at this point in the history
Closes: #42758
  • Loading branch information
filiprojek committed Dec 25, 2023
1 parent 62ebbfd commit 5d88c1f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions srcpkgs/usbimager/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Template file for 'usbimager'
pkgname=usbimager
version=1.0.10
revision=1
archs="~aarch64 ~armv7l ~armv6l-musl ~aarch64-musl"
build_wrksrc="src"
hostmakedepends="libX11-devel"
short_desc="Minimal GUI application (GTK) for writing ISO images to USB drives"
maintainer="Filip Rojek <filip@filiprojek.cz>"
license="MIT"
homepage="https://gitlab.com/bztsrc/usbimager"
changelog="https://gitlab.com/bztsrc/usbimager/-/releases"
distfiles="https://gitlab.com/bztsrc/usbimager/-/archive/${version}/usbimager-${version}.tar.gz"
checksum=582a4121bec523c5f737d4c91a5a96357243c146330d7785ab54aa3730fba4ff

do_build() {
make
}

do_install() {
make DESTDIR=${DESTDIR} install
}

post_install() {
vlicense ../LICENSE
}

0 comments on commit 5d88c1f

Please sign in to comment.