Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux64
/
bee-files
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
27
Pull requests
31
Actions
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Permalink
bee-files
/
texinfo.be0
Newer
Older
Raw
Normal view
History
100755
27 lines (19 sloc)
357 Bytes
Do initial commit
June 6, 2016 09:50
1
#!/bin/env beesh
2
texinfo: scripts/beenullify.sh -n 6.5 texinfo-4.13a-0.bee
August 10, 2018 13:13
View blame prior to this change
3
# BEE_VERSION texinfo-6.5-0
4
texinfo: Fix SRCURL
August 10, 2018 13:14
View blame prior to this change
5
SRCURL[0]="https://ftp.gnu.org/gnu/texinfo/texinfo-${PKGVERSION}.tar.xz"
Do initial commit
June 6, 2016 09:50
6
7
PATCHES[0]=""
8
9
# EXCLUDE=""
10
11
mee_patch() {
12
bee_patch
13
}
14
15
mee_configure() {
16
bee_configure
17
}
18
19
mee_build() {
20
bee_build
21
make check
22
}
23
24
mee_install() {
25
bee_install
26
make TEXMF=/usr/share/texmf install-tex DESTDIR=${D}
27
}
You can’t perform that action at this time.