Skip to content
Draft
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ makedeb-deb
mangohud
marktext-deb
master-pdf-editor-deb
matugen-git
mcontrolcenter-bin
mcpelauncher-linux-git
mcpelauncher-ui-git
Expand Down
16 changes: 16 additions & 0 deletions packages/matugen-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pkgbase = matugen-git
gives = matugen
pkgver = 4.1.0
pkgdesc = Material you color generation tool with templates
url = https://github.com/InioX/matugen
arch = any
makedepends = git
pacdeps = rust-bin
replaces = i3status-rust
replaces = i3status-rs
license = GPL-2.0
maintainer = aKqir24 <aKqir24@github.com>
repology = project: matugen
source = https://github.com/InioX/matugen.git

pkgname = matugen-git
30 changes: 30 additions & 0 deletions packages/matugen-git/matugen-git.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
pkgname="matugen-git"
gives="matugen"
repology=("project: matugen")
arch=("any")
pkgver="4.1.0"
license=("GPL-2.0")
url='https://github.com/InioX/matugen'
pkgdesc='Material you color generation tool with templates'
source=("https://github.com/InioX/${gives}.git")
replaces=("i3status-rust" "i3status-rs")
pacdeps=("rust-bin")
makedepends=("git")
maintainer=("aKqir24 <aKqir24@github.com>")
external_connection=true

prepare() {
cd "${gives}"
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}

build() {
cd "${gives}"
cargo build -j"${NCPU}" --release --frozen
}

package() {
cd "${gives}"
install -Dm755 "target/release/${gives}" -t "${pkgdir}/usr/bin"
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
}
17 changes: 17 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -8725,6 +8725,23 @@ pkgbase = master-pdf-editor-deb

pkgname = master-pdf-editor-deb
---
pkgbase = matugen-git
gives = matugen
pkgver = 4.1.0
pkgdesc = Material you color generation tool with templates
url = https://github.com/InioX/matugen
arch = any
makedepends = git
pacdeps = rust-bin
replaces = i3status-rust
replaces = i3status-rs
license = GPL-2.0
maintainer = aKqir24 <aKqir24@github.com>
repology = project: matugen
source = https://github.com/InioX/matugen.git

pkgname = matugen-git
---
pkgbase = mcontrolcenter-bin
gives = mcontrolcenter
pkgver = 0.5.0
Expand Down
Loading