Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: usbimager-1.0.10 #47851

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be makedepends=, not hostmakedepends=

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if I make this change, the package can no longer be compiled for any architecture

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
}
Loading