Skip to content

Commit

Permalink
Add package recipe links for Cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-turney committed Aug 31, 2023
1 parent faf8df1 commit 8edd516
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions repos.d/windows/cygwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
packagelinks:
- type: PACKAGE_HOMEPAGE
url: 'https://cygwin.com/packages/summary/{binname}.html'
- type: PACKAGE_RECIPE
url: 'https://cygwin.com/cgit/cygwin-packages/{srcname}/tree/${srcname}.cygport'
- type: PACKAGE_RECIPE_RAW
url: 'https://cygwin.com/cgit/cygwin-packages/{srcname}/plain/${srcname}.cygport'
# XXX: there's no knowing whether a package is noarch or arch-dependent, so
# not using the following entries as many of them would be broken;
# However, if we support link checking for generated links (#722), this
Expand All @@ -35,4 +39,8 @@
# url: 'http://mirrors.dotsrc.org/cygwin/x86/release/{name}'
#- type: PACKAGE_SOURCES
# url: 'http://mirrors.dotsrc.org/cygwin/x86_64/release/{name}'
# XXX: long-term, the plan on the cygwin end is to move source packages to
# a separate path, so this will become
#- type: PACKAGE_SOURCES
# url: 'http://mirrors.dotsrc.org/cygwin/src/release/{name}'
groups: [ all, production, cygwin ]

0 comments on commit 8edd516

Please sign in to comment.