about summary refs log tree commit diff
path: root/xnew
Commit message (Collapse)AuthorAgeFilesLines
* xnew: document -a option in script summaryMohammed Anas2023-10-161-1/+1
|
* xnew: don't use $pkgname in $distfilesMichal Vasilek2022-11-111-1/+1
| | | | | | | | | $pkgname is not constant, it can change when the package is renamed downstream while we would expect it to still build from the correct sources. It also often doesn't save any characters and not using the variable makes prettier, simpler URLs that can often be copied from the template without manually replacing variables to get to the page with sources.
* xnew: remove wrksrc and create_wrksrc from created templateclassabbyamp2022-11-081-2/+1
|
* xnew: propose adding a changelogtibequadorian2022-02-211-0/+1
|
* xnew: use $VISUAL as well as $EDITORLeah Neukirchen2021-06-071-1/+1
| | | | Closes #212.
* xnew: append subpkgsPiotr Wójcik2019-12-151-0/+9
| | | | Closes: #164 [via git-merge-pr]
* xnew: move archs up above wrksrcDoan Tran Cong Danh2019-07-011-1/+1
| | | | | | | xlint want to have archs before wrksrc. Sync xnew with xlint. Signed-off-by: Doan Tran Cong Danh <congdanhqx@gmail.com>
* xnew: rename deprecated only_for_archs field to archsJohn Zimmermann2019-03-041-1/+1
|
* xnew: use SPDX compliant license as defaultAndrew Benson2018-05-041-1/+1
| | | | Closes: #92 [via git-merge-pr]
* xnew: change default editor to viNicklaus McClendon2017-04-191-1/+1
| | | | Closes: #55 [via git-merge-pr]
* xnew: use ${sourcepkg}beefcurtains2015-05-281-1/+1
| | | | | Packagers (such as myself) would incorrectly change $PKG into ${pkgname}. This causes a broken dependency problem when installing those packages.
* xnew: spurious slash.Christian Neukirchen2014-12-101-1/+1
|
* xnew: guess fields when passing a URL.Christian Neukirchen2014-12-101-3/+27
|
* xnew: vmove man3 to -devel tooEnno Boland2014-10-101-0/+1
|
* xnew: add support for sub package.Enno Boland2014-10-101-0/+29
|
* add xnewChristian Neukirchen2014-09-151-0/+34