Add d5o-base
This commit is contained in:
parent
92d53936f7
commit
9df48ba6cb
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
repo/*/*/pkg
|
||||||
|
repo/*/*/src
|
||||||
|
*.tar.*
|
39
repo/dejvino/d5o-base/PKGBUILD
Normal file
39
repo/dejvino/d5o-base/PKGBUILD
Normal 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
repo/dejvino/d5o-base/d5o-base.install
Normal file
4
repo/dejvino/d5o-base/d5o-base.install
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
post_install() {
|
||||||
|
timedatectl set-timezone Europe/Prague
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user