dependabot[bot]
ccd4e9cdb9
chore(deps): bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-11 20:07:17 +00:00
Colin Woodbury
fdc2a8ee9c
Merge pull request #35 from dcampbell24/add-namcap
...
Add mention of namcap.
2025-05-11 08:59:00 +09:00
David Campbell
244d4f2980
Add mention of namcap.
2025-05-10 14:33:30 -04:00
Colin Woodbury
6ea9720f90
feat: inject custom commands into package()
2024-03-22 08:19:40 +09:00
Colin Woodbury
99f36f8f47
release: 1.7.1
v1.7.1
2024-03-18 09:41:21 +09:00
Colin Woodbury
94bd36af28
fix: absorb any extra free arguments
...
Perhaps new versions of cargo are passing the name of the cargo
subtool (`aur` in this case) to the tool itself? Either way, `gumdrop`
suddenly started barfing on this.
2024-03-18 09:39:36 +09:00
Colin Woodbury
7e75c4bf57
release: 1.7.0
v1.7.0
2024-03-07 20:43:06 +09:00
Colin Woodbury
4bebc62331
feat: prepend $pkgdir to avoid user hassle
2024-03-07 20:40:25 +09:00
Colin Woodbury
5df440310e
docs: show examples of files
2024-03-05 21:57:39 +09:00
Colin Woodbury
d08e994b52
feat: actually copy the designated files into the tarball
2024-03-05 21:57:27 +09:00
Colin Woodbury
fc23ad83fe
feat: support files field in package metadata
2024-03-05 14:34:28 +09:00
Colin Woodbury
9707e33204
docs: update CHANGELOG
2024-03-05 10:33:48 +09:00
Colin Woodbury
4080395c00
refactor: a few minor cleanups
2024-03-05 10:32:22 +09:00
bunburya
4d99751ee6
detect url from homepage, documentation or repository fields
2024-03-04 22:18:30 +00:00
Colin Woodbury
4da661c605
docs: add a few docstrings
2023-11-27 15:39:41 +09:00
Colin Woodbury
c36fdec13a
fix: default output should respect CARGO_TARGET_DIR
2023-11-27 15:35:21 +09:00
Colin Woodbury
37e93df347
lint: remove unused "free" args field
2023-11-27 15:04:25 +09:00
Colin Woodbury
d08192a721
refactor: minor alterations
2023-11-27 15:01:48 +09:00
Colin Woodbury
2bc4b8c7b5
refactor: move types to lib.rs
...
This is so that they can be more easily tested in a REPL.
2023-11-27 14:54:04 +09:00
Sergio Ribera
55fc12153b
fix: replace string path by pathbuf
2023-11-21 17:07:23 -04:00
Sergio Ribera
0484b382eb
feat: add custom output as argument
2023-11-05 23:22:50 -04:00
Colin Woodbury
c4aa908438
release: 1.6.0
v1.6.0
2023-10-02 17:04:53 +09:00
Colin Woodbury
00c323a77d
fix: check licenses via SPDX identifiers
...
Fixes #16
2023-10-02 16:49:25 +09:00
Colin Woodbury
9cca4c1737
docs: changelog
2023-10-02 16:28:38 +09:00
Colin Woodbury
506cbdaa7f
fix: allow [package.metadata.aur] to be missing
2023-10-02 16:23:45 +09:00
Colin Woodbury
eb0e27f77a
fix: ensure target/cargo-aur exists before writing to it
2023-10-02 16:14:24 +09:00
Colin Woodbury
1a0fbf55f9
fix: silently support the old metadata syntax
...
But warn the user if they're still using it. This is to avoid a breaking change.
2023-10-02 16:07:56 +09:00
Colin Woodbury
24eaa15769
Merge branch 'master' into BKSalman/master
2023-10-02 15:46:39 +09:00
Colin Woodbury
cee24138d1
docs: readme cleanup
2023-10-02 15:43:04 +09:00
Colin Woodbury
40f348f311
refactor: main yields ExitCode
2023-10-02 15:15:03 +09:00
Colin Woodbury
7f85ed3725
lint: drop itertools dependency
2023-10-02 15:08:04 +09:00
Colin Woodbury
698e14bb14
chore: bump dependencies
2023-10-02 15:01:42 +09:00
Colin Woodbury
10704fbc75
Merge pull request #18 from fosskers/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2023-09-05 10:11:15 +09:00
dependabot[bot]
7e7f3d5217
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-04 14:52:57 +00:00
BKSalman
ff1b93096c
from 'target/aur' to 'target/cargo-aur'
2022-10-19 01:17:53 +03:00
BKSalman
1227ef8e36
made dependency a sub table of 'aur' to not conflict with other cargo subcommands, changed the directory the tar and PKGBUILD files are saved in to 'target/aur'
2022-10-19 01:10:39 +03:00
Colin Woodbury
c2661279b7
1.5.0
v1.5.0
2022-04-20 17:13:00 -07:00
Colin Woodbury
da899130ae
docs(readme): explain new features
2022-04-20 17:12:09 -07:00
Colin Woodbury
8d0ba5be31
docs: update CHANGELOG
2022-04-20 17:04:30 -07:00
Colin Woodbury
227c3a7391
feat: use Display to pretty-print the arrays
2022-04-20 17:01:48 -07:00
Marcos Gutiérrez Alonso
0c485c43fc
Added optional table
2022-04-20 16:32:05 -07:00
Marcos Gutiérrez Alonso
000b742a22
Added optional depends and optdepends
2022-04-20 16:32:05 -07:00
Colin Woodbury
861fa59aa3
fix: allow [[bin]] to be missing
2022-04-20 16:29:14 -07:00
Colin Woodbury
6a1269e4ae
docs: update CHANGELOG
2022-04-20 16:19:40 -07:00
Colin Woodbury
7e353578c0
feat: alter which names appear where
2022-04-20 09:56:01 -07:00
Colin Woodbury
f837fd18a6
feat: account for custom binary names
2022-04-18 21:26:26 -07:00
Colin Woodbury
84f4a740b1
chore: bump dependencies
2022-04-18 20:11:03 -07:00
Colin Woodbury
d8105b04b3
Merge pull request #9 from fosskers/dependabot/github_actions/actions/checkout-3
...
Bump actions/checkout from 2.4.0 to 3
2022-03-04 12:57:53 -08:00
dependabot[bot]
c64d112a5d
Bump actions/checkout from 2.4.0 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-02 14:02:38 +00:00
Colin Woodbury
428b273d91
Merge pull request #8 from fosskers/dependabot/github_actions/actions/checkout-2.4.0
...
Bump actions/checkout from 2.3.5 to 2.4.0
2021-11-06 18:51:23 +01:00