temp system header fix

This commit is contained in:
Anton Maisak 2021-10-31 18:42:07 +03:00
parent cf287d4615
commit 7862b49736
22 changed files with 22 additions and 376 deletions

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('bash');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/bash/README.md') }}
### Настройка

View File

@ -1,20 +1,4 @@
<package-info :package="package" ></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('binutils');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/binutils/README.md') }}
## Подготовка

View File

@ -1,21 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('bison');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/bison/README.md') }}
## Настройка
```bash

View File

@ -1,20 +1,5 @@
<package-info :package="package" showsbu></package-info>
{{ include('../packages/coreutils/README.md') }}
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('coreutils');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
## Настройка

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('diffutils');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/diffutils/README.md') }}
## Настройка

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('file');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/file/README.md') }}
## Подготовка

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('findutils');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/findutils/README.md') }}
## Настройка

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('gawk');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/gawk/README.md') }}
## Настройка

View File

@ -1,20 +1,5 @@
<package-info :package="package" showsbu></package-info>
{{ include('../packages/gettext/README.md') }}
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('gettext');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
## Настройка

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('grep');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/grep/README.md') }}
## Настройка

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('gzip');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/gzip/README.md') }}
## Настройка

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('m4');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/m4/README.md') }}
## Настройка

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('make');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/make/README.md') }}
## Настройка

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('ncurses');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/ncurses/README.md') }}
## Настройка

View File

@ -1,22 +1,4 @@
<!-- Этот шаблон можно использовавть для инструкции по сборке пакета. Каркас. -->
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('patch');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/patch/README.md') }}
## Настройка

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('perl');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/perl/README.md') }}
## Настройка

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('python');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/python/README.md') }}
## Настройка

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('sed');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/sed/README.md') }}
## Настройка

View File

@ -1,22 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('tar');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/tar/README.md') }}
## Настройка
```bash

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('texinfo');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/texinfo/README.md') }}
## Настройка

View File

@ -1,20 +1,5 @@
<package-info :package="package" showsbu></package-info>
{{ include('../packages/util-linux/README.md') }}
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('util-linux');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
## Настройка

View File

@ -1,20 +1,4 @@
<package-info :package="package" showsbu></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('xz');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
{{ include('../packages/xz/README.md') }}
## Настройка