makeheaders on AUR (Arch User Repository)

Last updated: October 05,2024

1. Install "makeheaders" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install makeheaders on Arch using YAY

$ yay -S makeheaders

* (Optional) Uninstall makeheaders on Arch using YAY

$ yay -Rns makeheaders

2. Manually Install "makeheaders" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone makeheaders's git locally

$ git clone https://aur.archlinux.org/makeheaders.git ~/makeheaders

c. Go to ~/makeheaders folder and install it

$ cd ~/makeheaders $ makepkg -si

3. Information about the makeheaders package on Arch User Repository (AUR)

ID: 215913
Name: makeheaders
PackageBaseID: 49836
PackageBase: makeheaders
Version: 1.0-2
Description: simple utility that will automatically generate .h files from .{c,cpp} files
URL: http://www.hwaci.com/sw/mkhdr/
NumVotes: 6
Popularity: 0.001426
OutOfDate: 1682319794
Maintainer: netcrusher
Submitter:
FirstSubmitted: 1308119491
LastModified: 1438098401
URLPath: /cgit/aur.git/snapshot/makeheaders.tar.gz