Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xnew: don't use $pkgname in $distfiles | Michal Vasilek | 2022-11-11 | 1 | -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 template | classabbyamp | 2022-11-08 | 1 | -2/+1 |
| | |||||
* | xnew: propose adding a changelog | tibequadorian | 2022-02-21 | 1 | -0/+1 |
| | |||||
* | xnew: use $VISUAL as well as $EDITOR | Leah Neukirchen | 2021-06-07 | 1 | -1/+1 |
| | | | | Closes #212. | ||||
* | xnew: append subpkgs | Piotr Wójcik | 2019-12-15 | 1 | -0/+9 |
| | | | | Closes: #164 [via git-merge-pr] | ||||
* | xnew: move archs up above wrksrc | Doan Tran Cong Danh | 2019-07-01 | 1 | -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 archs | John Zimmermann | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | xnew: use SPDX compliant license as default | Andrew Benson | 2018-05-04 | 1 | -1/+1 |
| | | | | Closes: #92 [via git-merge-pr] | ||||
* | xnew: change default editor to vi | Nicklaus McClendon | 2017-04-19 | 1 | -1/+1 |
| | | | | Closes: #55 [via git-merge-pr] | ||||
* | xnew: use ${sourcepkg} | beefcurtains | 2015-05-28 | 1 | -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 Neukirchen | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | xnew: guess fields when passing a URL. | Christian Neukirchen | 2014-12-10 | 1 | -3/+27 |
| | |||||
* | xnew: vmove man3 to -devel too | Enno Boland | 2014-10-10 | 1 | -0/+1 |
| | |||||
* | xnew: add support for sub package. | Enno Boland | 2014-10-10 | 1 | -0/+29 |
| | |||||
* | add xnew | Christian Neukirchen | 2014-09-15 | 1 | -0/+34 |