Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about pkgbuild

Read more about pkgbuild

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - pkgbuild

How to handle additional files when building and running a AUR package?

So I was just playing around and created this simple Shell script: TestScript.sh #!/bin/bash read -p "read or write? " INP if [[ "${INP}" == "write" ]] then read -...
test-img

Camonophy

bash

shell

pkgbuild

pacman-package-manager

Votes: 0

Answers: 0

Cannot iterate associative array keys in PKGBUILD

I am working with a PKGBUILD file for the AUR. I have a lot of colors that need to be replaced in different files in the $pkgsrc directory and I wanted to use an associative array. declare -A _BLACKIS...
test-img

Jacob Birkett

bash

shell

package

zsh

pkgbuild

Votes: 0

Answers: 1

Latest Answer

It is probably a good idea to turn your array into a sed script before iterating the files: #!/usr/bin/env bash declare -A _BLACKISH_REPLACEMENTS=( ['#242424']='#1C1C1C' ['#333333']='#292929' [...
test-img

Léa Gris

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved