File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -346,54 +346,74 @@ func TestValidatePackageSpec(t *testing.T) {
346346func TestDescString (t * testing.T ) {
347347 const pkgdesc = `%FILENAME%
348348zstd-1.5.5-1-x86_64.pkg.tar.zst
349+
349350%NAME%
350351zstd
352+
351353%BASE%
352354zstd
355+
353356%VERSION%
3543571.5.5-1
358+
355359%DESC%
356360Zstandard - Fast real-time compression algorithm
361+
357362%GROUPS%
358363dummy1
359364dummy2
365+
360366%CSIZE%
361367401
368+
362369%ISIZE%
3633701500453
371+
364372%MD5SUM%
3653735016660ef3d9aa148a7b72a08d3df1b2
374+
366375%SHA256SUM%
3673769fa4ede47e35f5971e4f26ecadcbfb66ab79f1d638317ac80334a3362dedbabd
377+
368378%URL%
369379https://facebook.github.io/zstd/
380+
370381%LICENSE%
371382BSD
372383GPL2
384+
373385%ARCH%
374386x86_64
387+
375388%BUILDDATE%
3763891681646714
390+
377391%PACKAGER%
378392Jelle van der Waa <[email protected] > 393+
379394%PROVIDES%
380395libzstd.so=1-64
396+
381397%DEPENDS%
382398glibc
383399gcc-libs
384400zlib
385401xz
386402lz4
403+
387404%OPTDEPENDS%
388405dummy3
389406dummy4
407+
390408%MAKEDEPENDS%
391409cmake
392410gtest
393411ninja
412+
394413%CHECKDEPENDS%
395414dummy5
396415dummy6
416+
397417`
398418
399419 md := & Package {
You can’t perform that action at this time.
0 commit comments