Bump version to 0.36.9
[cygport.git] / cygclass / test-fetch.cygclass
blob8917d3c5e644cd780dcd2309a50d07dc9bf9a94d
1 ################################################################################
3 # test-fetch.cygclass - internal helper for download-only unit tests
5 # Part of cygport - Cygwin packaging application
6 # Copyright (C) 2006-2020 Cygport authors
7 # Provided by the Cygwin project <https://cygwin.com/>
9 # cygport is free software: you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
14 # cygport is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 # GNU General Public License for more details.
19 # You should have received a copy of the GNU General Public License
20 # along with cygport.  If not, see <https://www.gnu.org/licenses/>.
22 ################################################################################
24 #****ih* Cygclasses/test-fetch.cygclass
25 #  SYNOPSIS
26 #  inherit test-fetch
27 #  DESCRIPTION
28 #  This is for internal use by the testsuite only.
29 #****
31 # otherwise we have to worry about listing docs in the test .list
32 RESTRICT="postinst-doc"
34 src_compile() { :; }
36 src_test() { :; }
38 # something has to be there for 'tar' to capture during 'pkg'
39 src_install() { keepdir /usr; }