Commit Graph

52 Commits

Author SHA1 Message Date
anteater
8dbdc1ab71 use CARGO_TARGET_DIR from the environment if set
in doing so, usr OsStr rather than string to support a wider variety of paths
2021-09-06 19:47:42 +00:00
Colin Woodbury
b7eb36b74d Minor doc tweaks 2021-06-08 08:35:34 -07:00
Colin Woodbury
5f1a44ab30 Merge branch 'master' of github.com:fosskers/cargo-aur v1.4.0 2021-06-07 10:55:09 -07:00
Colin Woodbury
b9e6f8ce6d 1.4.0 2021-06-07 10:51:49 -07:00
Colin Woodbury
deb0768f3b Mention that the PKGBUILD is auto-generated 2021-06-07 10:44:04 -07:00
Colin Woodbury
113a00c206 Install the LICENSE file if necessary 2021-06-07 10:39:48 -07:00
Colin Woodbury
a676669e63 If a LICENSE must be copied, ensure it's there 2021-06-07 10:02:53 -07:00
Colin Woodbury
0ea8be5a73 Output progress messages 2021-06-06 11:11:33 -07:00
Colin Woodbury
b8e33deed7 Only copy the LICENSE if we actually have to
Which is defined by whether or not the LICENSE is already present in
`/usr/share/licenses/common/`.
2021-06-06 10:51:45 -07:00
Colin Woodbury
ffed75dcb0 Copy LICENSE file to tarball if it's there 2021-06-06 10:33:12 -07:00
Colin Woodbury
6dd2e4c674 Check for missing LICENSE 2021-06-05 08:48:09 -07:00
Colin Woodbury
6c40291afe Output the conflicts field 2021-06-05 08:25:01 -07:00
Colin Woodbury
e1c9ff6fe1 Remove anyhow 2021-06-05 08:19:27 -07:00
Colin Woodbury
64acbe589a Add LICENSE 2021-06-05 08:09:32 -07:00
Colin Woodbury
ee5ee91cbc Merge pull request #4 from fosskers/dependabot/github_actions/actions/checkout-2.3.4
Bump actions/checkout from 2 to 2.3.4
2021-05-12 11:10:29 -07:00
dependabot[bot]
42f34e25dd Bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.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/v2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 05:03:28 +00:00
Colin Woodbury
32dc963fcd 1.3.0 v1.3.0 2021-04-05 12:02:14 -07:00
Colin Woodbury
d47558481a Don't set strip explicitly, since it's already a default 2021-04-05 12:00:21 -07:00
Colin Woodbury
f7871899d9 1.2.0 v1.2.0 2020-08-24 14:19:46 -07:00
Colin Woodbury
06c5ab9b69 Add --version flag 2020-08-24 14:17:55 -07:00
Colin Woodbury
8903c72da6 1.1.2 v1.1.2 2020-08-11 14:24:24 -07:00
Colin Woodbury
109d9a66a7 Mention --musl in the README 2020-08-11 14:20:52 -07:00
Colin Woodbury
8e223c5a2d Warn if the MUSL target is missing when using --musl 2020-08-11 14:14:26 -07:00
Colin Woodbury
b1383ff6ff Strip the release binary before tarring it 2020-08-11 13:49:18 -07:00
Colin Woodbury
c8892b4189 1.1.1 v1.1.1 2020-08-11 13:28:35 -07:00
Colin Woodbury
ab018dce5f Capture all free arguments 2020-08-11 13:27:40 -07:00
Colin Woodbury
e92757c05f 1.1.0 v1.1.0 2020-08-10 16:37:01 -07:00
Colin Woodbury
86adc54767 New --musl flag to link statically 2020-08-10 16:35:20 -07:00
Colin Woodbury
1a9d6d4a5d 1.0.3 v1.0.3 2020-07-18 08:07:12 -07:00
Colin Woodbury
4d49e5de70 Dependabot config 2020-07-09 18:46:41 -07:00
Colin Woodbury
a7069f4516 AUR readme badge 2020-06-22 12:08:38 -07:00
Colin Woodbury
386817305a 1.0.2 v1.0.2 2020-06-22 12:00:32 -07:00
Colin Woodbury
700cd6ca81 Drop auto_from for anyhow 2020-06-22 11:57:09 -07:00
Colin Woodbury
523c30c138 Update README 2020-06-17 19:03:36 -07:00
Colin Woodbury
d04ece223f CHANGELOG 2020-06-17 18:50:15 -07:00
Colin Woodbury
d2753668c1 Auto-detect the git host instead 2020-06-17 18:48:36 -07:00
Colin Woodbury
2e89c3f8cb Provide --gitlab to override source link 2020-06-17 18:40:16 -07:00
Colin Woodbury
8806637927 1.0.1 v1.0.1 2020-06-17 11:23:18 -07:00
Colin Woodbury
7585a5e683 Make sure to not silently dropping leading hex 0s 2020-06-17 11:20:30 -07:00
Colin Woodbury
5ece70fa6d Use sha256 instead 2020-06-17 11:15:35 -07:00
Colin Woodbury
0be17929dd Minor lint 2020-06-15 10:13:55 -07:00
Colin Woodbury
46f14155f4 Remove bad category slug 2020-06-10 20:39:50 -07:00
Colin Woodbury
e1fd8cebdd README and CHANGELOG v1.0.0 2020-06-10 20:30:39 -07:00
Colin Woodbury
b9d8ef89be README stub 2020-06-10 20:09:43 -07:00
Colin Woodbury
3c42546685 Remove dead comment 2020-06-10 20:07:48 -07:00
Colin Woodbury
1bf7d04a35 Inject md5 sum into PKGBUILD 2020-06-10 20:04:05 -07:00
Colin Woodbury
574272b0e2 Just call tar manually 2020-06-10 19:36:15 -07:00
Colin Woodbury
ab1849db81 Improved function organization 2020-06-10 17:45:57 -07:00
Colin Woodbury
e2f91e4635 Produce entire PKGBUILD except md5sums 2020-06-10 15:59:07 -07:00
Colin Woodbury
5973d4a4cd Create rust.yml 2020-06-10 15:35:24 -07:00