Small utility for running makepkg, then repose to add a local non-AUR package to a custom repo (obsoleted by aurutils update)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
354 B

# /etc/tl-makepkg.conf
#
# All options should be in a 'NAME = VALUE' format.
# Syntax shamelessly copied from pacman.conf(5).
#
# Any lines that start with '#' are ignored.
# Inline comments are NOT supported
RepoDir = /var/cache/pacman/tl
DBFile = /var/cache/pacman/tl/tl.db
ReposeOpts = --verbose --files --xz
MakepkgOpts =
# vim: set ft=dosini: