Browse Source

Add d5o-base

master
Dejvino 3 years ago
parent
commit
9df48ba6cb
3 changed files with 46 additions and 0 deletions
  1. +3
    -0
      .gitignore
  2. +39
    -0
      repo/dejvino/d5o-base/PKGBUILD
  3. +4
    -0
      repo/dejvino/d5o-base/d5o-base.install

+ 3
- 0
.gitignore View File

@@ -0,0 +1,3 @@
repo/*/*/pkg
repo/*/*/src
*.tar.*

+ 39
- 0
repo/dejvino/d5o-base/PKGBUILD View File

@@ -0,0 +1,39 @@
# Maintainer: Dejvino <alarm-packages@dejvino.cz>
pkgname=d5o-base
pkgver=2
pkgrel=0
pkgdesc="Base set of tools."
arch=(any)
license=('GPL')
depends=(
vim
htop
termite-terminfo
# base-devel:
autoconf
automake
binutils
bison
fakeroot
file
findutils
flex
gawk
gcc
gettext
grep
groff
gzip
libtool
m4
make
pacman
patch
pkgconf
sed
sudo
texinfo
which
)
install=${pkgname}.install


+ 4
- 0
repo/dejvino/d5o-base/d5o-base.install View File

@@ -0,0 +1,4 @@
post_install() {
timedatectl set-timezone Europe/Prague
}


Loading…
Cancel
Save