<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Taras+zaporozhets</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Taras+zaporozhets"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Taras_zaporozhets"/>
	<updated>2026-04-29T21:54:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=APKBUILD_examples:Special_Subpackages_Examples&amp;diff=17693</id>
		<title>APKBUILD examples:Special Subpackages Examples</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=APKBUILD_examples:Special_Subpackages_Examples&amp;diff=17693"/>
		<updated>2020-06-03T20:56:26Z</updated>

		<summary type="html">&lt;p&gt;Taras zaporozhets: Removal of explicit return 1. (They are still found the old APKBUILD files if you are learning but are now strongly discouraged.)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Examples files can be useful it you want to get familiar with a tool. Normally the examples are not needed to run an application or a tool.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
subpackages=&amp;quot;$pkgname-examples&amp;quot;&lt;br /&gt;
...&lt;br /&gt;
examples() {&lt;br /&gt;
        # Put the examples into a seperate package&lt;br /&gt;
        mkdir -p &amp;quot;$subpkgdir&amp;quot;/usr/share/doc/&amp;quot;$pkgname&amp;quot;/examples&lt;br /&gt;
        mv &amp;quot;$_builddir&amp;quot;/examples &amp;quot;$subpkgdir&amp;quot;/usr/share/doc/&amp;quot;$pkgname&amp;quot;/examples&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Taras zaporozhets</name></author>
	</entry>
</feed>