Add d5o-base

This commit is contained in:
Dejvino 2020-09-29 11:12:01 +02:00
parent 92d53936f7
commit 9df48ba6cb
3 changed files with 46 additions and 0 deletions

3
.gitignore vendored Normal file
View File

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

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

View File

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