Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
portmod
OpenMW Mods
Commits
ffa09809
Verified
Commit
ffa09809
authored
Jan 08, 2022
by
Benjamin Winger
Browse files
items-misc/better-equipment-arktwend: Added version 1.0
parent
34f83ffe
Changes
2
Hide whitespace changes
Inline
Side-by-side
items-misc/better-equipment-arktwend/Manifest
0 → 100644
View file @
ffa09809
DIST Better_Clothes_And_Armor_for_Arktwend-45611-1-0.zip 31597511 BLAKE3 f1657105cf7d68f6ccb3988c31bef2153728f706be6afc5aaadd5d4fb5083a8f MD5 847c61c73a330f820050c786f46622e3
items-misc/better-equipment-arktwend/better-equipment-arktwend-1.0.pybuild
0 → 100644
View file @
ffa09809
# Copyright 2019-2021 Portmod Authors
# Distributed under the terms of the GNU General Public License v3
from
pybuild
import
File
,
InstallDir
,
Pybuild1
from
common.nexus
import
NexusMod
class
Package
(
NexusMod
,
Pybuild1
):
NAME
=
"Better Equipment for Arktwend"
DESC
=
"Compilation of some Better Clothes plugins and Better Morrowind Armor, adapted for Arktwend."
HOMEPAGE
=
"https://www.nexusmods.com/morrowind/mods/45611"
KEYWORDS
=
"openmw"
LICENSE
=
"all-rights-reserved"
NEXUS_SRC_URI
=
"""
https://www.nexusmods.com/morrowind/mods/45611?tab=files&file_id=1000010930 -> Better_Clothes_And_Armor_for_Arktwend-45611-1-0.zip
"""
RDEPEND
=
"base/arktwend"
INSTALL_DIRS
=
[
InstallDir
(
"BE_Arktwend"
,
PLUGINS
=
[
File
(
"Better_Equipment_Arktwend.esp"
)],
)
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment