Skip to content
Open
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
20 changes: 20 additions & 0 deletions matugen-bin/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
pkgname=matugen-bin
version=3.1.0
revision=1
maintainer="Ly-sec <itslysec@gmail.com>"
short_desc="A material you color generation tool with templates"
homepage="https://github.com/InioX/matugen"
license="GPL-2.0-or-later"
arch="x86_64"

distfiles="https://github.com/InioX/matugen/releases/download/v${version}/matugen-${version}-x86_64.tar.gz"
checksum=dd124cc9907e31cd171fb156fbe05c00552476ad2f46f2d1b2af53bc07e181fd

build() {
return 0
}

do_install() {
install -Dm755 matugen "${DESTDIR}/usr/bin/matugen"
install -Dm644 LICENSE "${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE"
}